/*Main*/

body {
    margin: 0px;
}

#header {
    position: relative;
    width: 100%;
    height: 120px;
    margin-bottom: 45px;
    overflow: hidden;
}

#content {
    position: relative;
    width: 1000px;
    height: 100%;
    overflow: hidden;
}

#col1 {
    position: relative;
    float: left;
    width: 384px;
    height: 100%;
    margin-right: 41px;
}

#col2 {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 384px;
    width: 41px;
    height: 100%;
    background-image: url(img/body_line.png);
    background-repeat: repeat-y;
    background-position: 5px 0px;
}

#col3 {
    position: relative;
    float: left;
    width: 311px;
    height: 100%;
    margin-right: 41px;
}

#col4 {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 736px;
    width: 41px;
    height: 100%;
    background-image: url(img/body_line.png);
    background-repeat: repeat-y;
    background-position: 35px 0px;
}

#col5 {
    position: relative;
    float: left;
    width: 223px;
    height: 100%;
}

#footer {
    position: relative;
    margin-top: 45px;
    margin-bottom: 30px;
    clear: left;
    width: 1000px;
    text-align: center;
    overflow: hidden;
}
