html{
   background-color:white;
}
#wrapper{
   width:1200px;
   margin:auto;
}

#maincontent{
   width:1020px;
   float:left;
}

aside{
   width:160px;
   float:right;
}

footer{
	clear:both; /*This forces the footer to go under everything else */
}