@CHARSET "UTF-8";

html {
    height: 100%;
}

body {
    margin: 0;
    background: #888888 url('../images/background.jpg') no-repeat fixed center top;
    height: 100%;
}

#page {
    width: 1050px;
    height: 80%;
    margin: 0 auto;
}

#header {
    width: 100%;
    height: 93px;
}

#topside {
    height: 27px;
    width: 100%;
}

#bottomside {
    width: 100%;
    height: 13px;
    margin: 0 0 25px 0;
}

#content {
    width: 100%;
}

#content-inner {
    margin: 0 auto;
    padding: 0 12px 0 25px;
    width: 1013px;
    background: url('../images/menu-bg.png') repeat-y;
}

#nav {
    width: 131px;
    margin: 0 45px 0 0;
    padding: 30px 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}