/* CSS Document */
body
{ 
	background: #000000;
	color : white;
}

a{color : #ffcc66; text-decoration:none;}


.Style1
 {
 	font-family: Arial;
	font-size:12px;
	color:#FFFFFF;
 }
 
#float{ width:100%; height:700px;
		float:left; position:absolute; top:0px; left:0px;
		z-index:1;
		background-color:#000; filter:alpha(opacity=70); -moz-opacity: 0.70; opacity: 0.70;
		font-size:18px; text-align:center;
			
	}
