@charset "UTF-8";
/* CSS Document */

#navDiv {
position: absolute;
left:10px;
top:200px;
height:650px;
width:198px;
}

#mainDiv{
position: absolute;
left:199px;
top:0px;
width:550px;
}

#albumDiv {
position:relative;
left:63px;
}

#imageDiv {
position:relative;
left:45px;
}

#eachImageDiv {
position:relative;
float:left;
width:208px;
height:180px;
margin:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}

#buttons{
width:141px;
height:80px;
}

.navHome {
 background:url(graphics/home_sprite.gif) no-repeat 0 0;
 width:141px;
 height:80px;
 background-position: 0px 0px;
}

.navHome:hover {
background-position: 0px -80px;
}

.twitterbird:hover {
   background-image: url('twitterbird_hover.png');
}

a.home {

}

a.discography {

}

a.images {

}

a.contact {

}

a.facebook {

}

a.twitter {

}



img.album {
width:200px;
height:200px;
/*display:inline-block;*/
margin:10px;
}

img.wallpaper{
width:208px;
height:156px;
margin:10px;
}

img.home {
position: absolute;
left:0px;
top:200px;
}