* {
	padding: 0px;
	margin: 0px;
}
html,body {
	overflow: auto;
	overflow: -moz-scrollbars-none;
}
body {
	font-family: arial;
	font-size: 12px;
	color: #000;
	background: #000;
}
.center {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}