/* CSS */

html {
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #000;
}

a { 
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #F00;
	text-decoration: underline;
}

div#mainwrapper {
	width: 1020px;
	height: 660px;
	margin: 0 auto;
	background-image: url(../images/background001.jpg);
	background-repeat: no-repeat;
}

div#wrapper {
	margin: 0 auto;
	width: 850px;
}

div#header {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 85px;
	width: 850px;
	margin-top: 5px;
}

div#navbar {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 2px;
	color: #F00;
}

div#navbar a {
	font-size: 12px;
}

div#content {
}