body {
	overflow:hidden; 		
	padding:0;margin:0;		
	height:100%;width:100%;
	background:#FFF;
	color:#000;
	font:12px 'PT Sans Narrow', sans-serif;
}

h3 {
	color: #780000;	
}

#title {
	font-size: 14px;
	padding: 0px 10px;
}

.mail {
	color: #2755B8;
}

.logo {
	background-image:url('../img/logo.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position:center;
}

.push_bottom {
	position: absolute; bottom: 0;
}

.container_logo {
	height: 400px;
}

.contact {
	height: 400px;
	padding-left: 20px;
	border-left: 1px solid #834400; 
}

.floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-200px;
	width:1px;
}

.centered {
	position:relative; clear:left;
	height:400px; width:80%; max-width:800px; min-width:400px;
	margin:0 auto;
}
