*{
margin: 0;
padding: 0;
border: 0;
}
html, body{
font: 12px Arial, sans-serif;
color: #4F0503;
background-image: url(../images/slice.jpg);
}
#page{
width: 780px;
margin: 0 auto;
}
#top{
height: 176px;
display: block;
background-image: url(../images/logo.jpg);
}
#top h1{
display: none;
}
#menu{
text-align: right;
height: 25px;
background-image: url(../images/menu.jpg);
padding: 7px 17px 0 0;
}
#menu a{
margin-left: 10px;
font-size: 13px;
}
#content{
padding: 10px 20px 20px 20px;
}
#footer{
display: block;
text-align: center;
font-size: 11px;
}
#footer span{
font-weight: bold;
}
a{
font-weight: bold;
text-decoration: none;
color: #4F0503;
}
a:hover{
text-decoration: underline;
}
h2{
margin: 0 0 10px 0;
font-size: 22px;
text-align: center;
}


