html, body 
{
margin: 0;
padding: 0;
}

#container /* this is the holder for the page content */
{
width: 500px;
height: 580px;
border: 0;
padding: 0px;
margin: 20px auto 0px;
}

a, img, a img
{ 
border: 0; 
float:left;}

ul
{ 
list-style: none; 
}
