html, body {
    height: 90%;
    text-align: center;
    font-family: "sans";
    font-size: 9px;
    background-color: #333333;
}

a, a:visited {
   text-decoration: none;
   color: #666666; 
}

a:hover {
   color: #999999; 
}

img {
    border: 1px solid #666666;
}

li {
    list-style: none;
}

div#container {
    width: 900px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -450px;
    overflow: auto;
    text-align: left;
}

div#header {
    height: 10px;
    background: url("../img/header.gif") no-repeat;
}

div#header h1 {
    display: none;
}
    
div#navigation {
    margin: 10px 0;
    width: 135px;
    height: 85px;
    float: right;
}

div#navigation li {
    margin: 0;
    padding 0;
}
div#navigation ul {
    margin: 0;
    padding: 0;
}

div#navigation a {
    width: 125px;
    height:10px;
    display: block;
}

div#navigation a span {
    display: none;
}

a#contact {
    background: url("../img/contact.gif") no-repeat;
}

a:hover#contact {
    background: url("../img/h_contact.gif") no-repeat;
}

a#flickr {
    background: url("../img/flickr.gif") no-repeat;
}

a:hover#flickr {
    background: url("../img/h_flickr.gif") no-repeat;
}

a#cv {
    background: url("../img/cv.gif") no-repeat;
}

a:hover#cv {
    background: url("../img/h_cv.gif") no-repeat;
}

a#shuffle {
    background: url("../img/shuffle.gif") no-repeat;
}

a:hover#shuffle {
    background: url("../img/h_shuffle.gif") no-repeat;
}

a#blog {
    background: url("../img/blog.gif") no-repeat;
}

a:hover#blog {
    background: url("../img/h_blog.gif") no-repeat;
}

a#skype {
    background: url("../img/skype.gif") no-repeat;
}

a:hover#skype {
    background: url("../img/h_skype.gif") no-repeat;
}

div#content {
    margin: 5px 0;
    height: 85px;
}

div#content ul {
    margin: 0px;
    padding: 0px;
}

div#content li {
    float: left;
    margin: 3px;
}

div#footer {
    height: 10px;
    background: url("../img/footer.gif") no-repeat;
}

div#footer h2 {
    display: none;
}

