@charset "utf-8";
/* CSS Document */

.aerotec #intro
{
	background-image:url(../images/mainbg.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:451px;
	margin: 50px auto;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 575px;
	margin-top: -225.5px;
	margin-left: -287.5px;
}

.aerotec #logo
{
	height:97px;
	padding-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.aerotec #wrapper
{
	width:575px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 50px;
}

.aerotec #header
{
	height:97px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height:auto;
	width: 575px;
	
}

.aerotec #content
{
	background-color:#587C8C;
	height: auto;
	border: 1px double #000000;
	width: 567px;
	margin-left: 3px;
	float: left;
}

.aerotec #rest
{
	background-color:#587C8C;
	border: 1px double #000000;
	width: 567px;
	margin-left: 3px;
	height: auto;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.ImageBorder{
	border: 1px double #000000;
	margin-left: 10px;
	margin-top: 10px;
	
}

