* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	background: #183152 url(images/background.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFF;
}

#adammedia {
	margin: 0 auto;
	position: relative;
	width: 484px;
	margin-top: 175px;
}

#logo {
	width: 484px;
	height: 103px;
	background: url(images/logo.png) no-repeat;
	position: relative;
	text-indent:-1000em;
}

.contact {
	margin: 25px auto;
}