html, body
{
	margin: 0;
	padding: 0;
	background-color: #734B16;
	font-family: Times New Roman;
	font-size: 14px;
	color: #000000;
}

#outer{
	background-image: url('/images/bg.jpg');
	background-repeat: repeat-x;
	width: 100%;
}