
.static {
	position: absolute;
	width: 85%; 
	height: 400px;
	left: 15%;
	right:0px;
	top: 0px;
	bottom: 0px;
	background-color: #FFF;
}

.head { 
	background-color: #FFF;
}

.body-float{ 
	padding-left: 10%;
	background-color: #E5E5E7;
	border-style: solid;
	border-width: 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-color: navy;
	
}

.body {
	padding-left: 10%;
	height:10%;
	background-color: #DADCDC;
}

.footer { 
	padding-left: 10%;
	height:5%;
	background-color: navy;
}

.floater01 {
	position: relative;
	top: 0%;
	left: -44%;
	float: left;
}

.floater02 {
	position: relative;
	top: 0%;
	left: -125%;
	width: 125%;
	float: left;
}

.floater03 {
	position: relative;
	top: 0%;
	left: -40%;
	float: right;
}



