body {
		background: #fff;
		color: #000;
	}

	#container {
		
		width: 900px;
		height: 580px;
		margin: 0 auto;
		text-align: center;
	}

/* hide what's below from iemac \*/

#container { 	
	position:absolute;
	width: 900px; 
	height: 580px; 
	margin:-290px 0px 0px -450px;
	top: 50%; 
	left: 50%;
	text-align: left;
	padding: 0px;
	overflow: hidden;
	background:#fff;
}

/* end hiding */
#movie { padding: 0 0 10px; }
#register { width: 187px; height: 17px; margin: 0 auto; text-indent: -9999px; text-align: left; }
#register a { display: block; line-height: 17px; width: 187px; height: 17px; background: url(register_btn.gif) no-repeat 0 0; }
#register a:hover { background-position: 0 17px; }