body { 
	background-color:	#000000;
	color:				#ffffff; 
	margin:				0px;
}
#EnterButton
{
	position:			absolute;

	left:				50%;
	margin-left:		-325px;
	top:				50%;
	margin-top:			-225px;
}
#content {
	background-image:	url("images/background.jpg");
	width:				350px;
	height:				326px;
}
#content div { 
	position:			absolute; 
	vertical-align:		middle;	
}
#player {
	width:				250px;
	height:				45px;
	margin-left:		80px;
	margin-top:			107px;
}
#player embed { margin-top: 7px; }
#form {
	width:				275px;
	height:				50px;
	margin-left:		35px;
	margin-top:			235px;
	
}
#code {
	
	font-weight:		bolder;
	color:				#ffffff;
	
	position:			absolute;
	width:				100px;
	margin-left:		100px;
	margin-top:			15px;
	border:				0;
	background-color:	#000000;
	
}
#submit {
	margin-left:		220px;
	margin-top:			13px;
}