
BODY {
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
    background-image: url(/images/bg.jpg); 
    background-color: #0d0f10;
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    margin: 0 auto 0 auto;
}

a { text-decoration: none }
a:link { color: #ffff99 }
a:visited { color: #cccc66 }
a:hover { color: #cccc99 }

IMG {
    border: 0;
    behavior: url(/css/iepngfix.htc);
}

DIV {
    margin: 0;
    padding: 0;
    behavior: url(/css/iepngfix.htc);
}

.Main {
    width: 80%;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.Header {
    height: 55px;
}

.HeaderLogo {
    width: 221px;
    float: left;
    margin-top: 9px;
}

.HeaderNavi {
    float: right;
    margin-top: 9px;
    text-align: right;
    font-size: 14pt;
    font-family: Georgia, Times, serif;
}

#frontpage {
    float: left;
    width: 980px;
    margin-top: 100px;
    background-repeat: repeat-y;
    text-align: left;
}

.Quote {
    float: center;
    text-align: center;
}

.Copyright {
    margin-top: 100px;
}

.Portfolio {
    display: inline;
    position: relative;
    color: #ffff99;
}

.PortfolioSub {
    display: none;
    position: absolute;
    top: 20px;
    left: -20px;
    border: 1px solid white;
    margin: 0px;
    padding: 4px;
    background-image: url(/images/menu.png);
    background-color: #363729;
}

div.Portfolio:hover div.PortfolioSub, div.over div.PortfolioSub {
    display: block;
}

.About {
    width: 300px;
    margin-left: 100px;
    color: #333333;
}

