body {
	font: 130%/38px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #aaa;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	color: #e5e5e5;
}
h1 {
	font-size: 100%;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat left top;
	height: 38px;
	width: 406px;
}
h1, p {
	white-space: nowrap;
	float: left;
	margin: 0;
}
p {
	padding: 0 0 0 40px;
}
#container {
	width: 950px;
	margin: 0 auto;
	padding: 100px 0;
}
#containerinner {
	width: 950px;
	float: left;
	clear: both;
}
#contact {
	max-width: 544px;
	float: right;
}

