body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

a {
	text-decoration: none;
	color: #006EC7;
}

img {
	border: none;
}

h1 {
	color: #FFFFFF;
	font-size: 76px;
	text-align: center;
	margin-top: 25px;
}

#wrapper {
	position: relative;
	margin-left: -512px;
	left: 50%;
	width: 1024px;
	height: 768px;
	border: 1px solid black;
}

#top_box {
	height: 650px;
/*	background-color: Green; */
}
#bottom_left_box {
	width: 700px;
	height: 118px;
	border-top: 1px solid black;
/*	border-right: 1px solid black; */
	float: left;
}
#bottom_left_text {
	position: relative;
	left: 45px;
	top: 35px;
	font-size: 22px;
	color: #006EC7;
}

#bottom_right_box {
	height: 118px;
	border-top: 1px solid black;
}

#blue_box {
	position: relative;
	left: 50px;
	height: 550px;
	width: 974px;
	background-color: #006EC7;
}

#green_box {
	position: relative;
	left: 25px;
	height: 70px;
	width: 949px;
	background-color: #009900;
}
#text_box {
	height: 480px;
}

#text_green_box {
	position: relative;
	top: 30px;
	font-size: 24px;
	color: #FFFFFF;
	margin-left: 30px;
}
#text_blue_box {
	font-size: 22px;
	color: #FFFFFF;
	margin: 55px;
}

#image_box {
	height: 100px;
}
#eaton_logo {
	position: relative;
	top: 22px;
	left: 100px;
	float: left;
}

#moeller_logo {
	position: relative;
	top: 22px;
	left: 649px;
}
