#container
{
	width: 100%;
	background: #343536 url(assets/bg-white-x.jpg) repeat-x 0 -50px;
	position: relative;
}

#holder
{
	width: 800px;
	margin: 0 0 0 -400px;
	left: 50%;
	position: relative;
}

#header
{
	height: 150px;
}

#footer
{
	width: 800px;
	height: 50px;
	margin: 20px 0 0 -400px;
	
	left: 50%;
	position: relative;
}

#content
{
	width: 800px;
	background: url(assets/seperator-grey-y.gif) repeat-y;
	margin: 20px 0 20px 0;
}

#content #left
{
	width: 500px;
	margin: 0 0 0 20px;
	position: relative;
	float: left;
}

#content #sidebar
{
	position: relative;
	width: 200px;
	margin: 0 0 0 580px;
}