body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 0;
	margin: 0;
	text-align: center;
	background: url(../img/bg.gif) repeat center;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #F00;
}

a:hover {
	text-decoration: none;
	color: #A2A2A2;
}

#header, #menu, #content, #footer {
	margin: auto;
	padding: 0;
	background: #000;
	width: 650px;
}

#header {
	height: 150px;
}

#menu {
	height: 20px;
	padding: 5px;
	width: 640px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}

#menu .important {
	font-weight: normal;
	text-transform: none;
}

#content {
	padding: 10px;
	width: 630px;
	text-align: left;
}

#footer {
	height: 20px;
	padding: 5px;
	width: 640px;
	background: #000 url(../img/footer.png) no-repeat bottom;
	text-align: right;
	font-size: 10px;
}