body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #6699cc;
}

#container
{
	margin: 0em auto;
	width: 800px;
}

#banner
{
	background-image: url(../pictures/design/banner.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 100px;
}

#legs
{	
	background-image: url(../pictures/design/bg_leg.jpg);
	background-repeat: y-repeat;
	background-position: 0 0;
	float: left;
	width: 800px;
}

#low
{
	background-image: url(../pictures/design/bg_low.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	clear: both;
	height: 35px;
	width: 800px;
}
	
#main
{
	background-image: url(../pictures/design/bg_main.jpg);
	background-repeat: y-repeat;
	background-position: 0 0;
	clear: both;
	width: 800px;
	min-height: 900px;
}
	
#foot
{
	background-image: url(../pictures/design/bg_foot.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	clear: both;
	min-height: 18px;
	width: 800px;
}
