html {	
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}

body {
	background-image: url('../images/background.png');
	background-repeat: repeat-x;
} 