@charset "utf-8";
/* CSS Document */

 html {  height: 100%; overflow: hidden; }
			
			body{	height: 100%; margin:0px; }
			
			#content{ height: 99%;	margin:0px;	padding:5px 5px 5px 5px;background-color:#3D3D3D;	
			}
			
			#flash { height: 100%; }

			
			
.text {display:block;
font-family:Arial, Helvetica, sans-serif;
color: #666666; text-align:center; width:100%; font-size:14px; margin:300px 0 0 0;}
.text2 {font-family:Arial, Helvetica, sans-serif;
color: #666666; margin:50px 0 0 0; display:block; text-align:center; width:100%;}

.text a { text-decoration:underline; color: #666666;}
.text2 a { text-decoration:underline; color: #666666;}
.text a, .text2 a:hover { text-decoration:none; color: #3d3d3d;}