/* CSS Document */
/* typography */
.title {font-size: 12px; font-weight:bold; color: #FFFFFF; text-transform:uppercase;}
/* other elements */


/* form elements */


/* main layout */
.reelbox {
	position: absolute;
	width:600px;
	height: 575px;
	top: 50px;
	left: 15px;
}
.playerbox {
	position: absolute;
	width:400px;
	height: 400px;
	top: 50px;
	left: 15px;
}
.spotbox {
	width:150px;
	float:left;
	font-size: 12px; 
	font-weight:bold; 
	color: #FFFFFF; 
	text-transform:uppercase;
	}
.spotbox_red {
	width:150px;
	float:left;
	font-size: 12px; 
	font-weight:bold; 
	color: #CD0C27; 
	text-transform:uppercase;
	}
.content {
	position: absolute;
	top: 40px;
	left: 18px;
}
.paracontent {
	position: absolute;
	top: 40px;
	left: 18px;
	width: 450px;
}
.login {
position: absolute;
bottom: 50%;
left: 18px;
}
.cornered1 {
position: absolute;
top: 15px;
left: 15px;
}
.cornered2 {
position: absolute;
top: 15px;
right: 15px;
}
.cornered4 {
position: absolute;
bottom: 15px;
right: 15px;
}
.midway {
position: absolute;
bottom: 50%;
left: 15px;
}
.centered {
position: absolute;
bottom: 50%;
left: 50%;
}
.centered2 {
position: absolute;
margin-top: -175px;
margin-left: -217px;
left: 50%;
top: 50%;
}

/* navigation */

/* colour scheme */

/* script classes */

/* document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link, a:visited, a:active  {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #D60029;
	font-size: 10px;
	font-weight: bold;
}
