.base {
	background-color:#000000;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin:0px;
}

body {
	height:100%;
	overflow: hidden;
}

html {
	overflow-y:hidden; 
	overflow-x:hidden;
}
	



