body {
	background-color: black;
}

#shell {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
}

#background {
	width: 800px;
	padding: 10px 8px 10px 8px;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #4c4c4c;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #B2C0C8;
	-webkit-text-size-adjust: none;
}

/* End General */




/* Header */

#header {
	float: left;
	margin: 0px 2px 0px 2px;
	padding: 0px 0px 0px 0px;
	width: 792px;
	border: 2px solid #B2C0C8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#header img {
	display: block;
}

/* End Header */




/* Content */

#content {
	float: left;
	margin: 10px 2px 0px 2px;
	padding: 10px;
	width: 772px;
	border: 2px solid #B2C0C8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #B2C0C8;
}

#content a {
	font-weight: bold;
	text-decoration: none;
	color: #B2C0C8;
}

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

/* End Content */
