@charset "utf-8";


body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #000000;
}

.imageBG
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	
}

.imageBG img
{
	
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.linkHolder
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.links
{
	display: block;
	text-align: center;
	
	width: 300px;
	margin: auto auto;
	padding-top: 40%;
}	

.links a
{
	display: block;
	padding-bottom: 10px;
	font-weight: bold;
}	

