
html, body{
    color: white;
    background-color: #7D818C;
    margin: 0;
    font-family: arial;
    font-size: 13px;

}

#wrapper{
    width: 1366px;
    position: relative;
    margin: 0 auto;
}
#header{
    width: 1366px;
    height: 223px;
    background-image: url(../../img/bg/header.jpg);
}

#maincontainer{
    width: 1366px;
}
#navi{
    width: 228px;
    height: 522px;
    background-image: url(../../img/bg/navi.jpg);
    float:left;
    padding-left: 108px;
}
.navibutton a img{

    width: 227px;
    height: 79px;
    border: none;
}

#main{
    width: 604px;
    height: 419px;
    background-image: url(../../img/bg/main.jpg);
    float:left;
    padding-left: 5px;
    padding-right: 5px;
    overflow: scroll;
    overflow-x: hidden;
}
#mainright{
    background-image: url(../../img/bg/mainright.jpg);
    width: 416px;
    height: 419px;
    float: left;
}
#footer{
    width: 1030px;
    height: 102px;
    background-image: url(../../img/bg/footer.jpg);
    float: left;
}
#faq a img{
    border: none;
    float: left;
    width: 47px;
    margin-top:52px;
}
#links a img{
    border: none;
    float: left;
    width: 66px;
    margin-top:50px;
    margin-left:20px;
    margin-right: 50px;
}
#legal a img{
    border: none;
    float: left;
    width: 143px;
    margin-top:57px;
    margin-right: 50px;
}
