html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
}
body {
    font-family: Verdana, Arial;
    font-size: 12px;
    color: #000000;
    background-color: #EEEEEE;
    line-height: 12px;
}
div.site {
    min-height: calc(100% - 130px);
    width: calc(100% - 800px);
    min-width: 800px;	
	padding-left: calc(50% - 400px);
    position: relative;
    text-align: center;
    padding-top: 100px;
}
div.copyright {
    font-size: 11px;
    color: #444444;
    text-align: center;
    height: 30px;
    width: 100%;
    position: relative;
    bottom: 0;
}
div.top {
    background-image: url('../images/homepage/top.jpg');
    background-repeat: no-repeat;
    width: 800px;
    height: 336px;
}
div.left {
    background-image: url('../images/homepage/left.jpg');
    background-repeat: no-repeat;
    width: 223px;
    height: 60px;
    float: left;
}
div.facebook {
    background-image: url('../images/homepage/facebook.jpg');
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    float: left;
    cursor: pointer;
}
div.facebook:hover {
    background-image: url('../images/homepage/facebook_over.jpg');
}
div.mid_left {
    background-image: url('../images/homepage/mid_left.jpg');
    background-repeat: no-repeat;
    width: 87px;
    height: 60px;
    float: left;
}
div.linkedin {
    background-image: url('../images/homepage/linkedin.jpg');
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    float: left;
    cursor: pointer;
}
div.linkedin:hover {
    background-image: url('../images/homepage/linkedin_over.jpg');
}
div.mid_right {
    background-image: url('../images/homepage/mid_right.jpg');
    background-repeat: no-repeat;
    width: 87px;
    height: 60px;
    float: left;
}
div.mail {
    background-image: url('../images/homepage/mail.jpg');
    background-repeat: no-repeat;
    width: 80px;
    height: 60px;
    float: left;
    cursor: pointer;
}
div.mail:hover {
    background-image: url('../images/homepage/mail_over.jpg');
}

div.right {
    background-image: url('../images/homepage/right.jpg');
    background-repeat: no-repeat;
    width: 203px;
    height: 60px;
    float: left;
}
