body {
	margin: 0px;
	padding: 0px;
	background-color: #040a0e;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color: #CCCCCC;
	background-position: top center;
	background-repeat: repeat-x;
}

#container {
	width: 100%;
	min-height: 300px;
	overflow: hidden;
}

#container #header {
	width: 770px;
	height: 110px;
	left: -385px;
	top: 15px;
	margin-left: 50%;
	margin-bottom: 20px;
	padding: 0px;
	position: relative;
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
}

#container #content {
	position: relative;
	width: 770px;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	margin-left: 50%;
	left: -385px;
}

#container #content h1 {
	font-size: 1.5em;
	line-height: 2em;
	color: #FFFFFF;
	margin: 0px;
	text-align: center;
}

#container #content h2 {
	font-size: 1em;
	color: #A31E39;
	margin: 0px;
}

#container #content p {
	font-size: 0.8em;
	line-height: 1.6em;
	text-align: center;
}

#container #content a {
	color: #FFFFFF;
	text-decoration: none;
}

#container #content p a:hover {
	color: #FFFFFF;
	border-bottom: solid 1px #386a99;
}

#container #content img a:hover {
	border-bottom: none;
}

#container #content #buy {
	width: 375px;
	text-align: center;
	padding-top: 15px;
}

#container #content #sell {
	width: 375px;
	margin-left: 20px;
	float: right;
	text-align: center;
	padding-top: 15px;
}

#container #content #buy #buyimage {
	margin-top: 10px;
}

#container #content #sell #sellimage {
	margin-left: 5px;
}
