
body{
	background:#e6ede5 url(/images/website-background-tile.jpg) center top repeat-x;
	margin:0;
}

#background{
	background:url(/images/website-background.jpg) center top no-repeat;
	min-height:900px;
}

#container{
	width:980px;
	margin:0 auto;
}

#container:after{
	content:'';
	display:block;
	visibility:hidden;
	height:0;
	overflow:hidden;
	clear:both;
}

#left{
	float:left;
	width:560px;
}

#right{
	float:right;
	width:400px;
	padding-top:155px;
}