* {margin: 0; padding: 0;}
html, body {overflow: hidden}
body, p,td  {
	color: #555555; font-size: 9px; font-family: Verdana, Helvetica, sans-serif; line-height: 11px
	}
body {
	background: #000000;
 	margin: 0; padding: 0 0 0 0
	}
	
	#content{
		width: 1024px; height: 576px;
		position: absolute; top: 50%; left: 50%;
		margin-left: -512px; margin-top: -288px;
		text-align: center;
	
		}
		#content2{
			width: 320px; height: 260px;
			position: absolute; top: 50%; left: 50%;
			margin-left: -160px; margin-top: -120px;
			text-align: center;
		
		}
	p{
	margin-top:10px;	
	
	}
	 a { 
		text-decoration:none;
		color:white;
		}
	 a:hover { 
		color:white;
			text-decoration:underline;
		}
		a:visited { 
		color:white;
		}
		
