HTML, BODY {
	width: 100%; height: 100%;
	}

BODY {
	margin:0; padding:0; border:0;
	color: #001454;
	background-color: #fff;
	}



.div_main {
	width: 720px;
	margin:0;
	padding: 24px;
	border: 0;
	text-align: left;
	background-color: #fff;
	background-image: url(img/body_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	}

.div_header {
	}

.div_content {
	/* width:100%; height: 100%; */
	margin:0;
	padding:0;
	}

.div_footer {
	margin:0; padding:0; padding-top:12px; border:0;
	text-align: right;
	font-family: sans-serif;
	font-size: 12px;
	}





/* HEADER */

IMG.header-logo {
	width: 635px;
	height: 224px;
	}

DIV.header-certifications {
	position:absolute;
	margin-left: 305px;
	margin-top: 80px;
	height: 55px;
	white-space: nowrap;
	}
DIV.header-certifications IMG {
	height: 100%;
	}

DIV.header-contact {
	margin:0; padding:0; border:0;
	margin-top: -30px;
	padding-left: 50px;
	font-family: Ubuntu, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	}



