* {
margin: 0;
padding: 0;
}
#homelinks a:link, #homelinks  a:visited, #homelinks  a:active {color: #F00000;text-decoration: none;border-bottom: dashed 1px #F00000;}#homelinks a:hover {color: #B00000;border-color: #B00000;}
body {
float: left;
position: relative;
min-height: 100%;
min-width: 896px;
width: 100%;
overflow: auto;
}

#container {
position: relative;
margin-left: auto;
margin-right: auto;
width: 735px;
height: 671px;
text-align: right;
background: #FFF url('images/index3.jpg') no-repeat bottom right;
}

a#contact {
position: absolute;
bottom: 180px;
right: 431px;
display: block;
width: 202px;
height: 180px;
background: url('images/blank.gif');
}
a#contact:hover {
background: url('images/contact.gif') no-repeat;
}
a#shows {
position: absolute;
bottom: 180px;
right: 277px;
display: block;
width: 139px;
height: 149px;
background: url('images/blank.gif');
}
a#shows:hover {
background: url('images/shows.gif') no-repeat;
}
a#bio {
position: absolute;
bottom: 77px;
right: 381px;
display: block;
width: 137px;
height: 92px;
background: url('images/blank.gif');
}
a#bio:hover {
background: url('images/bio.gif') no-repeat;
}#homelinks {  position: absolute;  bottom: 50px;  left: 420px;  background-color: #FFF;  border: 2px solid #06106b;  padding: 3px;  text-align: center;}#homelinks div {  padding: 5px;  border: 1px solid #06106b;}