html {
height: 100%;
overflow: auto;
}
body { color: #b7b7b7; font-size: 9pt; font-family: tahoma; text-decoration: none; }
a:link { color: white; font-size: 9pt; font-family: tahoma; text-decoration: none; }
a:visited { color: white; font-size: 9pt; font-family: tahoma; text-decoration: none; }
a:hover { color: yellow; font-size: 9pt; font-family: tahoma; text-decoration: none; }
a:active { color: white; font-size: 9pt; font-family: tahoma; text-decoration: none; }
#event { display:block; background-image:url(../images/event.jpg); width:70px; height:70px }
#event:hover { background-image:url(../images/event_hover.jpg); }
#gallery { display:block; background-image:url(../images/gallery.jpg); width:70px; height:70px }
#gallery:hover { background-image:url(../images/gallery_hover.jpg); }
#way { display:block; background-image:url(../images/way.jpg); width:70px; height:70px }
#way:hover { background-image:url(../images/way_hover.jpg); }
#contact { display:block; background-image:url(../images/contact.jpg); width:70px; height:70px }
#contact:hover { background-image:url(../images/contact_hover.jpg); }

#body { 
height: 99%;
overflow: auto; 
margin-top:2px;
margin-right:2px;
}