body {
	position:relative;
    height: 700px;
    width: 800px;
	margin: 0 auto;
    text-align: center;
    background-color: #B3E680;
}

div#header {
position:absolute;
left: 0px;
top: 0px;
height: 70px;
width: 800px;
	clear: both;
    background-color: #66CCFF;
    margin-top: 10px;
}

div#middle {
position:absolute;
left: 0px;
top: 110px;
height: 900px;
width: 600px;
    background-color: #66CCFF;
    float: left;
}


div#right {
position:absolute;
right: 0px;
top: 110px;
height: 220px;
width: 200px;
    float: left; 
    background-color: #66CCFF;
}
div#right2 {
position:absolute;
right: 0px;
top: 330px;
height: 220px;
width: 200px;
    float: left; 
    background-color: #66CCFF;
}

div#nav {
position:absolute;
left: 0px;
top: 70px;
height: 40px;
width: 800px;
    background-color: #66CCFF;
    float: left;
}

div#right3 {
position:absolute;
right: 0px;
top: 550px;
height: 200px;
width: 200px;
    float: left; 
    background-color: #66CCFF;
}