body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background: #000;
	overflow-x: hidden;
	cursor: default;
}



#content {
	width: 1400px;
	position: absolute;
	visibility: visible;
	left: 50%;
	margin-left: -700px;

}
