
/* CSS Document */

html {
	overflow:auto;
	background-color:#000000;
	}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;	
	} 

#container {
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height: 700px;
	background-color:#000000;	
	}
	
#content {
	position:absolute;
	margin-top:100px;
	margin-left:0px;
	width:1000px;
	height:600px;
	z-index:1;
	background-position:top;
	background-color:#000000;
	}
	

