/* CSS Document */
html{
overflow-y: scroll !important;
}
body{
background-color:#500010;
}
#wrapper{
width:800px;
margin: 0 auto;
}
#banner{
text-align: center;
background:url(../img/banner.png) center no-repeat;
height: 180px;
}
.nav a{
float:left;
width:200px;
height:60px;
display:block
}
#home a{
background:url(../img/nav/home.png) top no-repeat;
}
#home a:hover{
background-position:bottom;
}
#contact a{
background:url(../img/nav/contact.png) top no-repeat;
}
#contact a:hover{
background-position:bottom;
}
#modern a{
background:url(../img/nav/contemp.png) top no-repeat;
}
#modern a:hover{
background-position:bottom;
}
#trad a{
background:url(../img/nav/trad.png) top no-repeat;
}
#trad a:hover{
background-position:bottom;
}