@charset "UTF-8";
body {
	font: 1em Arial, Helvetica, sans-serif;
	background: #000000 url(assets/frame.jpg) no-repeat center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#frontcontent {
	width: 700px;
	margin: auto;
	height: 700px;
}
#frontcontent .front {
	float: left;
	margin-top: 400px;
	margin-left: 80px;
}
#frontcontent img {border:none;}
#frontcontent a {border:none;}
#disc {
	font-size: 70%;
	color: #BDA44E;
	margin: auto;
	width: 700px;
}
#disc a {
	color: #FFFFFF;
	text-decoration: none;
	border-style: none;
}
#linkholder {
	display: none;
}

