body {
	margin: 0;
	background: rgb(0, 52, 74) url(../images/background.gif) 0 235px repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	color: rgb(255, 255, 255);
}
#logo {
	position: relative;
	top: 100px;
}
#content {
	margin: 0 auto;
	margin-top: 30px;
}
#main-content, #menu-container {
	top: 150px;
	position: relative;
}
#contact-info {
	color: rgb(255, 255, 255);
	text-align: center;
	margin-top: 25px;
	display: none;
}
#contact-info div {
	margin: 10px;
}
img {
	border: 0;
}
a {
	color: rgb(255, 255, 255);
	text-decoration: none;
}
a:hover {
	color: rgb(255, 213, 46);
}
form#auth {
	margin-left: 85px;
}
#footer {
	position: absolute;
	bottom: 15px;
	width: 490px;
}
#site-container {
	width: 490px;
	margin: 0 auto;
}