body {
	background-color: #060000;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}


#main {
	width: 843px;
	height: 596px;
	margin: auto;
	position: relative;
	background: url('/assets/img/holding_page.gif');
	border: 0px;
	border-top: 50px solid #060000;
}

#footer {
	width: 843px;
	height: auto;
	margin: auto;
	position: relative;
	background-color: #060000;
	font-family: Arial;
	font-size: 10px;
	color: #EB519C;
	text-align: center;
	border: 0px;
}



a:link, a:visited {
	color: #CC33CC;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #CC33CC;
	text-decoration: none;
	font-weight: bold;
}
