html {
height: 100%;
}

body {
text-align: center;
margin-left: auto;
margin-right: auto;
width:100%;
padding: 0;
height: 100%;
overflow:hidden;
}

#bgTop {
height: 100%;
margin-top: -10px;
background-image:url(bg_top.jpg);
background-color:#70bb4a;
background-repeat:repeat-x;
background-position:top middle;
overflow:hidden;
}

#logo {
padding-top: 125px;
}
