﻿#container{
    width: 225px;
    height: 250px;
    border: 0px solid #FFF;
    overflow: auto;
    margin: 0 auto;
    overflow-x:hidden;
    overflow-y:hidden;

}
 
.wrapper {
    width: 225px;
    height: 250px;
    background-image: url(images/scroller.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    margin-top:30px;
    text-align: left;
}

.main-content {
    width: 200px;
    height: 220px;
    padding: 0px;
    background: transparent;
}

.section{
    margin:0;
    width:200px;
    /*float:left;*/
    /*margin-right:50px;*/
}
h1{font-size:22px; color:#888888;}
