@import url(style.css?2);

html {
	background: #7a936a url(../images/bg_noite.png) repeat-x top;
}

body {
	background: url(../images/bg_mountain_noite.png) no-repeat top center;
}

.page, .container {
	background: url(../images/lua.png) no-repeat top center;
    background-position: 60% top;
}
.container {margin-top:0;}
body,html {
	background-position: center -1em;
}


