* {
  margin: 0;
  padding: 0;
}

body {
   background: #F4F4F4 url('bg.png') top center no-repeat;
   text-align: center;
}
h1 {
   margin-bottom: -5px; 
}

div.menu{width:500px;margin: 0 auto;	
    font-family: "Trebuchet MS",Arial,sans-serif;}
h2{margin: 0 auto 0.1em;color: navy;
    font-size: 110%; text-align:center;}

dl{width: 100%;overflow: auto;margin: 0 0 0.4em;
    background: url('dot.gif') repeat-x 0 1em;}

dt,dd{font-size: 80%;font-weight: bold;}

dt{float: left;padding-right: 3px;color: #000;}

dd{margin:0; float: right;padding-left: 3px;color: #000;}

#bottom {
	width: 1000px;
	background: url('icecream.gif') bottom right no-repeat;
	margin: 0 auto;
}

#footer { font: bold 0.75em Georgia; padding-top: 20px;}	

#footer a {color:navy;}

#footer a:hover {color: white; background: navy; text-decoration: none;}



