html, body {
height: 100%;
margin: 0;
padding-top: 0;
}

a:link { 
	text-decoration: none; 
}
a:visited { 
	text-decoration: none; 
} 
a:hover { 
	
} 
img {
	border: 0px;
}

p#logo {
	padding-top: 20px;
}

table.links {
	width: 100%
}

table.links td {
	vertical-align: top;
	width: 25%;
}

table.links div {
	width: 100%;
}

table.links a:hover div {
	cursor: pointer;
}

div#listen {
	background: url('listen.png') no-repeat center;
	height: 35px;
}

a:hover div#listen {
	background: url('listen_over.png') no-repeat center;
	height: 35px;
}

div#info {
	background: url('info.png') no-repeat center;
	height: 46px;
}

a:hover div#info {
	background: url('info_over.png') no-repeat center;
	height: 46px;
}

div#guestbook {
	background: url('guestbook.png') no-repeat center;
	height: 36px;
}

a:hover div#guestbook {
	background: url('guestbook_over.png') no-repeat center;
	height: 36px;
}

div#contact {
	background: url('contact.png') no-repeat center;
	height: 43px;
}

a:hover div#contact {
	background: url('contact_over.png') no-repeat center;
	height: 43px;
}


