body,
html {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 1;
	color: #555555;
	margin: 0px;
	padding: 0px;
	background: url('images/background.png') top center no-repeat #000000 fixed;
}

code {
	display: block;
	line-height: 1;
	margin: 5px 0px;
	padding: 5px 5px 5px 15px;
	background-color: #EEEEEE;
	border: 1px dotted #999999;
}

/* You may want to leave this rule here, as it improves IE's image scaling ... */
img {
	-ms-interpolation-mode: bicubic;
	border: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #555555;
	margin-top: 5px;
}

#content {
	padding: 10px 25px 15px 25px;
	background-color: #FFFFFF;
	line-height: 1.5;
}

#footer {
	padding: 10px 0px 5px 0px;
	background-color: #CC7A00;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
}

#header {
	height: 200px;
}

#main {
	width: 960px;
	margin: 25px auto;
}

#menu {
	padding: 10px 35px;
	background-color: #CC7A00;
	font-size: 18px;
}

#menu a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	margin-right: 30px;
}

#menu a:hover {
	text-decoration: underline;
}