html {
overflow-y: scroll;
}
body{
	background-image:url('bg.jpg');
	background-color:#000000;
	background-position:top center;
	background-repeat:repeat-x;
	margin: 0px;
}