@charset "utf-8";
/* CSS Document */

html, body {
	background-image:url(./../images/bg.jpg);
	background-position:center;
	background-repeat:repeat-x;
	background-color:#FFF;	
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}

#startTable {
	
}

#main {
	width: 800px;
	height: 362px;
	text-align: right;	
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -181px; 
	/* Half the height of the DIV tag which is also 50 pixels */
}
