html{
    background: #a03488 url(img/bg.jpg) repeat-x top center fixed;
}

h1,h2,h3,h4,h5,h6 {
    color: #1a171b;
}

body {
    color:#fff;
}

a{
    color: #fff;
}

a:hover {
    text-decoration: underline;
}

a img:hover {
    opacity: 0.80;
}

#content h1 a:hover{
    color: #a03488;
}

#navigation li a:hover{
    background: #a03488;
    color: #1a171b;
}

.contact_btn{
    background: transparent url(img/contact_btn_black.png) no-repeat top center;
    height: 38px;
    width: 105px;
    display: block;
}

#content h1 span, #navigation li a{
    font-size: 14px;
    background: #1a171b;
    padding: 2px 6px 4px;
    color: #fff;
    text-transform: uppercase;}

#tophat{
    background: #1a171b;
    border-bottom:5px solid #1a171b;
}
#footer{
    background: #1a171b;
    border-top:1px solid #1a171b;
}

#content img, #content a img {
    background:#111 none repeat scroll 0 0;
    border:1px solid #1a171b;
    padding:2px;
}


