body { 
    margin: 25px; 
    background: #4f4f4f; 
    font-family: helvetica,arial; 
    font-size: 10pt; 
    color: 000000; 
}

a {
    font-family: helvetica,arial; 
    font-size: 10pt; 
    color: 000000; 
}
a:link { 
}
a:visited { 
    color: 000000; 
}
a:hover { 
    color: dddddd; 
}
a:active { 
    color: dddddd; 
}

#blog a {
    position: relative;
    left: 0px;
    width: 215px;
    height: 213px;
    display: block;
    background: url(../images/disc_blog_blur_2.png); 
}
#blog a:hover {
    background: url(../images/disc_blog_focus_2.png); 
}

#code a {
    margin: 0px auto;
    width: 215px;
    height: 213px;
    display: block;
    background: url(../images/disc_code_blur_2.png); 
}
#code a:hover {
    background: url(../images/disc_code_focus_2.png); 
}

#contact a {
    position: relative;
    left: 500px;
    width: 215px;
    height: 213px;
    display: block;
    background: url(../images/disc_contact_blur_2.png); 
}
#contact a:hover {
    background: url(../images/disc_contact_focus_2.png); 
}

#container {
    background: #6f6f6f url(../images/hex_bg.png); 
    border: 1px solid #000000;
    width: 700px;
    margin: 50px auto;
}

#header {
    width: 700px;
    height: 35px;
    background: #000000 url(../images/site_header.png) no-repeat;
}

#footer {
    padding: 10px;
    width: 680px;
    position: relative;
    background: #000000;
    color: #ffffff;
}

#preload-blog {
    background-image: url(../images/disc_blog_focus_2.png);
    background-repeat: no-repeat;
    background-position: -1000px -1000px;
}
#preload-code {
    background-image: url(../images/disc_code_focus_2.png);
    background-repeat: no-repeat;
    background-position: -1000px -1000px;
}
#preload-contact {
    background-image: url(../images/disc_contact_focus_2.png);
    background-repeat: no-repeat;
    background-position: -1000px -1000px;
}
