* {
    margin: 0;
}
.clear {
    clear:both
}
html, body {
    background: url("/images/bg.png") repeat;  
    margin: 0;
    padding: 0;
    height: 100%;
}
#container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -10px; /* the bottom margin is the negative value of the footer's height */
    background: url("/images/top_bg.png") repeat-x;
    overflow: hidden;
}
#body {
   background: url("/images/body_bg.png") no-repeat;
   margin-left: auto;
   margin-right: auto;
   margin-top: 6px;
   width: 867px;
   height: 978px
}
#footer, #push { height:10px }

#footer {
   width:100%;
   background: url("/images/bottom_bg.gif") repeat-x;
}
#home {
    display: block;
    width: 54px;
    height: 32px;
    border: none;
    padding-top: 6px;
    background: url("/images/home.gif") no-repeat;
    float: right;
    padding-right: 107px;
}
#home:hover{
    background: url("/images/home.gif") no-repeat;
    background-position: 0 -38px;
}
#title {
    width: 867px;
    text-align: center;
    background: url("/images/line.png") no-repeat;
    background-position: 50% 54%;
}
h1 {
    display: block;
    font-family: BellGothicStd, Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #DADADA;
    font-weight: bold;
    font-size: 63px;
    padding: 0;
    margin: 0;
}
h2 {
    display: block;
    font-family: BellGothicStd, Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #2D4950;
    font-weight: bold;
    font-size: 47px;
    padding: 18px 0 0 0;
    margin: 0;
    text-align: right;
    padding-right: 175px;
}
#menu_container {
    width: 867px;
}
#menu_portfolio, #menu_photos, #menu_resume, #menu_icons, #menu_contacts {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    display: block;
    text-decoration: none;
    height: 76px;
    margin-top: 25px;
    padding: 40px 0 0 13px;
    font-size: 25px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}
#menu_container strong {
    display: block;
    color: #6C6C6C;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 120%;
    cursor: pointer;
    float: right;
    width: 362px;
    margin-top: -10px;
    padding: 0;
    font-weight: normal;
}
#menu_portfolio {
    color: #6FC5DC;
    background: url("/images/portfolio_bg.png") no-repeat;
}
#menu_portfolio:hover {
    background: url("/images/portfolio_bg.png") no-repeat;
    background-position: 0 -116px;
}
#menu_photos {
    color: #EC7498;
    background: url("/images/photos_bg.png") no-repeat;
}
#menu_photos:hover {
    background: url("/images/photos_bg.png") no-repeat;
    background-position: 0 -116px;
}
#menu_resume {
    color: #F9AC00;
    background: url("/images/resume_bg.png") no-repeat;
}
#menu_resume:hover {
    background: url("/images/resume_bg.png") no-repeat;
    background-position: 0 -116px;
}
#menu_icons {
    color: #339900;
    background: url("/images/icons_bg.png") no-repeat;
}
#menu_icons:hover {
    background: url("/images/icons_bg.png") no-repeat;
    background-position: 0 -116px;
}
#menu_contacts {
    color: #9064DF;
    background: url("/images/contacts_bg.png") no-repeat;
}
#menu_contacts:hover {
    background: url("/images/contacts_bg.png") no-repeat;
    background-position: 0 -116px;
}
#copy {
    text-align:center;
    color: #616161;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-top: 20px;
}

