body{
    background: url("./bg.jpg");
}

#wrapper{
    width: 90%;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 10px;
    overflow: hidden;
}

#content{
    margin-left: 30px;
}

h1,h2{
    margin-left: 20px;
}
p{
    margin-left: 50px;
}

#header{
    position: relative;
    margin-top:0px;
    margin-bottom:60px;
    height: 50px;
    background-color: #8da7ff;
}

#userinfo{
    position: absolute;
    background-color: #575cfd;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 200px;
    padding-left: 0px;
}

img#icon-img{
    display: block;
    float: left;
    height: 100%;
    margin-right: 20px;
}

#head-menu{
    margin-top: 0px;
    background-color: rgb(108, 172, 255);
}


#footer{
    margin-top: 30px;
    border-top: 1px solid #707070;
    padding-top: 20px;
    text-align: center;
}