html{
   background-color:black;
}
#wrapper{
   width:440px;
   margin:auto;
}

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

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

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