body
{
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #f8bd3f;
}

#bodybox
{
	width: 740px;
	background-image: url('images/bodybg.png');
	background-repeat: repeat-y;
}

#bodytext
{
	width: 690px;
	text-align: left;
	font-family: sans-serif;
	font-size: 12px;
}

#footer
{
	width: 740px;
	height: 119px;
}

#header
{
	width: 740px;
	height: 155px;
}


