 html{
	margin: 0px;
	padding: 0px;

}

body{
 	margin: 0px;
	padding: 0px;
 background-color: #000000;
 
}


#top_box{
 top: 0px;
 margin: 0px auto;
 height: 724px;
 opacity: 0.0;
 filter: alpha(opacity=0);
 background-image: url(../images/top.jpg);
 background-repeat: no-repeat;
 background-position: center top;
 width: 100%;
}
