body
{background-image:url(#);
background-attachment:fixed;
margin: 0px 0px 0px 0px;
text-align:center;
background-color:#000;
}
div#container{
	width:1000px;
	height:1500px;
	float:bottom;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;

}

div#back{
	top:0;
	width:1000px;
	height:200px;
	border-color:#EEB422;
	border-width:5px;
	background-color: #c7d0d4;
	position : fixed;
	-moz-border-radius: 20px 20px 0px 0px;
	border-radius: 20px 20px 0px 0px;
}

div#logo{
	top:0;
	width:200px;
	height:200px;
	background-image:url('logo.gif');
	position : fixed;
	-moz-border-radius: 20px 0px 20px 0px;
	border-radius: 20px 0px 20px 0px;
}
div#ban{
	top:0;
	margin-left:200px;
	width:800px;
	height:200px;
	border-color:#EEB422;
	border-width:5px;
	background-image:url('banner.gif');
	position : fixed;
	-moz-border-radius: 0px 20px 0px 0px;
	border-radius: 0px 20px 0px 0px;
}

div#content{
	margin-top:200px;
	width:1000px;
	height:1500px;
	border-color:#EEB422;
	border-width:5px;
	position : fixed;
	background-color: #fff;
	-moz-border-radius: 0px 0px 20px 0px;
	border-radius: 0px 0px 20px 0px;
	z-index: 5;
}

div#nav1{
	width:400px;
	height:1000px;
	border-width:5px;
	border: 1px solid #FFF;
}