body
{
    width: 960px;
    margin-top:20px;
    
    /* Keep the site in the center of the page */
    margin-left: auto; 
    margin-right: auto;
}


/* remove decoration from image links */
a img 
{
	text-decoration: none;
	border: 0 none;
}

#MiddleDiv
{
    width: 960px;
    float:left;
}




