@charset "UTF-8";

html{
    height: 100%;
    width: 100%;
}

body{
    padding: 0;
    margin: 0;
    background: url(../images/bg-main.png) top left repeat-x;
    width: 100%;
}

    body .main-content{
        width: 845px;
        height: 627px;       
        margin: 0 auto;
        position: relative;
        background: url(../images/content.png) top left no-repeat;
        margin-top: 150px;
    }