body, html {
	margin:0;
	padding:0;
}

body {
	font-family: Verdana, Sans-Serif;
	background-color:#688899;
}

#container { 
	position: absolute; 
	top: 50%; 
	width: 100%; 
	height: 1px; 
	overflow: visible;
}

#center { 
	position: absolute; 
	left: 50%; 
	width: 800px; 
	margin-left: -450px; 
	height: 640px; 
	top: -370px;
	background-color:#f8f8f8;
	border:1px solid #000;
	padding:50px;
}

#logo {
	margin-bottom:30px;
}

#logo a img {
	border:none;
}

#content {
	float:none;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding-top:10px;
	height:510px;
}

#content a {
	color:#688899;
}

#content #left, #content #middle, #content #right {
	width:250px;
	float:left;
	margin-left:8px;
	margin-right:8px;
}

#content #right {
	float:right;
}

#content #left img, #content #middle img, #content #right img{
	border:1px solid #888;
}

#content h1 {
	font-size:120%;
	color:#ccc;
}

#content p , #content #contact{
	font-size:85%;
}

#content #contact form {
	margin-top:50px;
}

#footer {
	clear:both;
	color:#888;
	font-weight:bold;
	font-size:75%;
}

#content p.small {
	font-size:50%;
}

#content span.important {
	color:#688899;
}

#content label.error {
	color: red;
	font-size: 80%;
	background-image:url('../images/warning-icon.jpg');
	background-position:left middle;
	background-repeat:no-repeat;
	padding-left: 25px;
}

#footer p {
	float:left;
}

#footer .contact {
	float:right;
	padding:15px 8px 8px 8px;
	background-color:#eee;
	font-weight:bold;
}

#footer .contact a {
	color:#888;
	text-decoration:none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}