@charset "utf-8";

body {

	font-family: Verdana, sans-serif;
	font-size: 62.5%;
	width: 100%;
	height: 100%;
	
	margin: 0;
	padding: 0;
	
}

div#container {
	
	position: absolute;

	width: 960px;
	height: 640px;
	
	border: solid 1px #bdbdbd;
	
	background-image: url( "../gfx/background.png" );
	background-position: center center;
	
	color: #5e5e5e;
	
}

.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%;
}

div.hCent {
	
	left: 50%;
	margin-left: -480px;
	
}

div.vCent {
	
	top: 50%;
	margin-top: -320px;
	
}

div#logos {
	width: 960px;
	height: 70px;
}

img#boxLogo {
	float: left;
	margin: 15px 0 0 20px;
}

img#oneLogo {
	float: right;
	margin: 20px 0 0 0;
}

div#content {
	position: absolute;
	width: 680px;
	
	top: 470px;
	margin: 0 140px;
}

div.col {
	width: 330px;
	float: left;
}

div#col1 {
	margin: 0 20px 0 0;
}

p {
	text-align: justify;
	line-height: 1.5;
}

div#flash {
	position: absolute;
	width: 250px;
	height: 250px;
	margin: 0 355px 0 355px;
	top: 160px;
}
a{
	color: #ef3e42;
	text-decoration: none;
}
