
body{
background:#ffffff;
text-align:center;
height:100%;
font-family:arial,helvetica,geneva,helvetica,sans-serif;
}

#mast,#footer{
margin:auto;
width:80%;
}

#mast,#footer,#left,#middle,#right{text-align:left;}

#mast{
background:#ffffff;
}

/* hacks for Internet Explorer */

* html #left{
background:#ffffff;
width:20%;
float:left;
margin: 0 0 0 4.9%; /* top right bottom left */
height:100%;
}

* html #middle{
background:#ffffff;
width:60%;
float:left;
margin: 0px;
height:100%;
}


/* end hacks */


#left{
background:#ffffff;
width:20%;
float:left;
margin: 0 0 0 10%; /* top right bottom left */
height:100%;
}

#middle{
background:#ffffff;
width:60%;
float:left;
margin: 0px;
height:100%;
}

#right{
background:#ffffff;
float:left;
width:10%;
margin: 0 8% 0 0; 
height:100%;
}

#footer{
background:#ffffff;
clear:both;
}
