body{
    color: #1aaf9e;
}
#header{
    width:100%;
    height:150px;
    position:fixed;
    top:0px;
    left:0px;
    text-align: center;
}
#content{
    width:100%;
    position: relative;
    margin-top: 150px;
}

#indexlogin{
    margin-bottom: 30px;
}