body {
	margin: 0;
	background: rgb(0, 52, 74);
	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;
	margin: 10px 0 10px 0;
}
a {
	color: rgb(255, 255, 255);
	text-decoration: none;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 10px;
}
a:hover {
	color: rgb(255, 213, 46);
}
form#auth {
	margin-left: 85px;
}
#footer {
	position: absolute;
	bottom: 15px;
}
#site-container {
	margin: 0 auto;
}
h2 {
	margin: 50px 0 0px 0;
	font-size: 23px;
}
#portfolio {
	position: relative;
	top: 50px;
}