#container {
	width: 800px;
	margin-top: 200px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-color: #40413f;
	font-family: Verdana, Geneva, sans-serif;
}
#container a {
	color: #FFF;
	text-decoration: none;
	font-size: 0.8em;
	text-transform: uppercase;
}
#container #content a:hover {
	color: #FFF;
	text-decoration: underline;
}
#container #content {
	text-align: right;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 140px;
	width: 800px;
}
#container #content #contentLink {
	padding-top: 100px;
	margin-right: 20px;
}
