body{
    /*background-image: url(../images/e-student-page-background2.jpg);*/
    /*background-position: left top;*/
    /*background-repeat: repeat-x;*/
    font-family: Arial,helvetica,verdana;
    font-size:12px;
    color:#aaaaaa;
    margin:0;
}
#header{
    height: 50px;
}
h1{
    font-weight: normal;
    text-transform: uppercase;
    font-size: 25px;
    margin-left:10px;
    margin-top:7px;
    background-image: url(../images/e-student-h1-bullet.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left:34px;
    line-height:37px;

}
.wrapper{
    width: 100%;
    margin-top:0;
    height:460px;
    /*background-image: url('../images/e-student-page-logo.png');*/
    background-repeat: no-repeat;
    background-position: left;
}
.help-area{
    float:right;
    min-width: 300px;
    max-width: 500px;
    margin-top: 100px;
    margin-right:30px;
    border:1px solid #cdcdcd;
    padding:10px;
}
.help-area h2{
    font-size:14px;
    font-weight: bold;
    color:#6b90b4;
}
.privacy{
    float: right;
    font-size: 11px;
}