body
{
    background: #eee;
}

.container{
    width:900px;
    margin:30px auto;
    padding:25px;
    min-height:400px;
    height:auto;
}
.container h2 { margin-top:30px;}

.scrollToTop{
    width: 125px;
    height: 200px;
    padding: 10px;
    text-align:center;
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position:fixed;
    bottom: 25px;
    right: 10px;
    display: none;
    background: url('/Images/arrow_up.png') no-repeat 0 20px;
}
.scrollToTop:hover{
    text-decoration: none;
}