body
{
	background: url('../images/gradient.gif') repeat-x #dea510;
}

/* ------ Page Layout (DIVs) ------ */

#main_container
{
	width: 702px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}

#header
{
	background: url('../images/header.jpg');
	width: 702px;
	height: 296px;
}

#content_container
{
	background: url('../images/background.gif');
	padding-left: 50px;
	padding-right: 50px;
	line-height: 24px;
}

#footer
{
	background: url('../images/bottom.gif');
	width: 702px;
	height: 47px;
}