html, body {
	background-color: #000;
	margin: 0;
	padding: 0;
	border: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	width: 100%;
}

body{background: #000 url('../images/site-bg.gif') repeat-x left top; width: 100%;}

a, a:link, a:visited { color: #671311; }
             a:hover { color: #963b39; }

p,
div,
td,
table { font-size:14px; }

/*No Outlines FF*/
a:active, a:focus { outline: 0;}
