<style type="text/css">
* {
padding: 0px;
margin: 0px;
}

#wrapper {
width: 800 px;
}

#header {
width: 800 px;


}

#left {
width: 20%;

background: blue;
float: left;
}

#middle {
width: 60%;

background: white;
float: left;
left: 20%;
}

#right {
width: 20%;
background: fdffca
float: left;
left: 80%;
}

#footer {
width: 800 px;

background: white;

clear: both;
}
</style>
