HTML,BODY {
	margin: 0;
	padding: 0;
}

BODY {
	background: #000 url(images/background.jpg);
	width: 100%;
	height: 100%;
	padding: 2px 0 0;
	text-align: center;
	color: #009900;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
}


A {
	color: #761E11;
	text-decoration: none;
}

A:HOVER {
	text-decoration: underline;
}


A IMG {
	border: 0;
}


DIV {
	text-align: left;
}


DIV#container {
	margin: 0 auto;
	width: 854px;
}
