body {
	margin:0px;
	background: black;
	text-align: center; /* for IE */
}
#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	position:relative;	
	top: 0px;
	left: 0px;
	height:700px;
	width:1002px;
	border: 0px solid yellow;
}

#top  {
	position:relative;
	top: 45px;
	left: 35px;	
	height:15px;
	width:800px;
	border: 0px solid red;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999;
}
p {
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
}
a:link, a:hover, a:active {
	color: #ccc;
;
}
a:visited {
	color: #c0c0c0;
}
#eq  {
	position:absolute;
	top: 44px;
	left: 45px;	
	height:22px;
	width:50px;
	border: 0px solid yellow;
}
#main {
position:absolute;
top:200px;
left: 252px;
width: 650px;
height:170px;
border: 0px solid orange;
padding: 0;
margin: 0;
}
#footer {
	position:absolute;
	left: 25px;
	top: 468px;
	height:80px;
	width:800px;
	border: 0px solid aqua;
	font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif ;
	color: #fff;
/*   filter:alpha(opacity=20); */
/*   -moz-opacity:0.2; *?\/ 
/*   opacity: 0.2; */
} 
