/* General */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F2F2F2;
	margin: 0;
	padding: 0;
	background-color: #000000;
}

#clear {
	clear: both;	
}

img {
	border: none;
}

small {
	font-size: 11px;
	font-weight: normal;
}

.text {
	line-height: 1.5;
}

hr {
	width: 100%;
	height: 1px;
	margin: 20px 0 20px 0;
	padding: 0;
	background-color: #333333;
	border: none;
	clear: both;
}

/* Links */
a,
a:active,
a:link,
a:visited {
	color: #E2007A;
	text-decoration: none;
	outline: none;	
}

a:hover {
	text-decoration: underline;	
	outline: none;	
}

/* Content */
#content {
	width: 310px;
	height: 400px;
	top: 50%;
	left: 50%;
	margin-left: -155px;
	margin-top: -200px;	
	padding: 0;
	text-align: center;
	cursor: pointer;
	position: absolute;
}

#flash_overlay {
	width: 310px;
	height: 400px;
	margin: 0;
	padding: 0;
	left: 0;
	text-align: center;
	cursor: pointer;
	position: absolute;
}

#flash_overlay a {
	width: 310px;
	height: 400px;
	margin: 0;
	padding: 0;
	left: 0;
	text-align: center;
	cursor: pointer;
	position: absolute;
}
