
#content
{
	background-image: url(../images/content-homepage-bg.png);
	clear: none;
}

#content-top
{
	background-image: url(../images/content-top-homepage-bg.png);
}

#content-bottom
{
	background-image: url(../images/content-bottom-homepage-bg.png);
}

#page-left
{
	width: 200px;
	float: left;
}

#page-right
{
	width: 450px;
	margin-left: 220px;
}

/* TEMP */

#page-left
{
	float: right;
}

#page-right
{
	float: left;
	margin: 0;
}


#banner img
{
	display: none;
}