/* CSS Document */

html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
	margin: 0px;
	background-color:#ffffff;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
}
/* styles for IE 5 Mac */
 #horizon {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
 }
 
/* following rules are invisible to IE 5 \*/
#horizon {
   top: 50%;
   left: 0px;
   width: 100%;
   margin-top: -310px;
   text-align: center;
   min-width: 900px; 
}
/* end IE 5 hack */ 
	  
#wrapper {
	position: relative;
	text-align: left;
	width: 590px;
	height: 625px;
	margin: 0px auto;
}

#canvas {
   position: relative;
   width: 590px;
   height: 625px;
   margin-left: auto;
   margin-right: auto;
}