@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	overflow:hidden;
}

/* styles for IE 5 Mac */
#container {
	width:1000px;
	height:660px;
	position:relative;
}


/* commented backslash hack  - invisible to IE 5 \*/
#container {
	position:absolute;
	margin:-300px 0 0 -495px; /* 1st = 0.5 x height / 2nd = 0.5 x width */
	left:50%;
	top:50%;
}
/* end hack */

a {
	color:#FFFFFF;
}