@charset "UTF-8";

body	
{
	background-image:url("images/bg.jpg");
  	background-repeat:repeat-x;
  	background-attachment:fixed;
	background-color: #CCCCCC;
	background-position:bottom;
	margin: 0;
	padding: 0;
	color: #000;
	height:100%;
	font: 9px/1.2 "Lucida Grande", Lucida, Verdana, sans-serif;
	
}

#enter
{
	position:fixed;
	margin-top:50px;
	margin-left:100px;
	height: 206px;
	width: 400px;
	text-align:right;	
}

#table {

			/* horizontal+vertical */
			position:absolute;
			left:50%;
			top:50%;
			width:800px;
			height:600px;
			margin-left:-400px;
			margin-top:-300px;

			min-width:8.1em;
			border:1px dotted #000;

			text-align:center; /* this is for centering #middle horizontally in IE 5/win */
		}
		

#loader {

			/* horizontal+vertical */
			background: url(images/loadingAnimation.gif) no-repeat center;
			position:absolute;
			left:50%;
			top:50%;
			width:800px;
			height:600px;
			margin-left:-400px;
			margin-top:-300px;

			min-width:8.1em;
			border:1px dotted #000;

			text-align:center; /* this is for centering #middle horizontally in IE 5/win */
		}

		.vertical_center {	
			height:50%;
			width:50%;
		}



/* @end */







