body {
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
a:focus{
	outline:none;
}

div#preload {
	display: none;
	visibility: hidden;
}

.backgroundbg {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	text-align: left;
}
.backgroundbg img {
	height: 100%;
	margin: 0 auto;
}

.background {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	text-align: center;
}
.background img {
	height: 100%;
	margin: 0 auto;
	display: none;
}

.content{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	text-align: center;
}

.content a#startlink{
	display: block;
	margin: 0 auto;
	width: 99%;
	height: 65%;
}

.content a#biglink{
	display: block;
	margin: 0 auto;
	width: 99%;
	height: 93%;
}

.content .controlsstart{
	font-family: Michroma, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0 0 0 0;
	font-size: 14px;
}

.content .controls{
	font-family: Michroma, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0 0 0 30px;
	font-size: 14px;
}

.content .controls a, .controlsstart a{
	text-decoration:none;
	color: #666666;	
}

.content .controls a:hover, .controlsstart a:hover{
	text-decoration:none;
	color: #cb0037;
}

p span {
	color: #cb0037;	
}
