html, body {
	background-color: #9a8bb1;
	letter-spacing: 1px;
	word-spacing: 3px;
	line-height: 18px;
	font-size: 10px;
	font-family: Verdana, "Lucida Grande", Arial, sans-serif;
	height: 100%;
	width: 100%;
	border-style: none;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

.table { 
	left: 0px; 
	z-index: 1; 
	background-color: white; 
	position: absolute; 
	text-align: center; 
	display: table; 
	margin:0 auto; 
	padding:0; 
	width: 100%;
	height:100%;
}

div.maincell {
	z-index: 1;
	display: table-cell;
	position: relative;
	text-align: center;
	vertical-align: middle;
}

div.content {
	margin: 0 auto;
	position: relative;
	width: 500px;
}

#video {
	margin: 0 auto;
	position: relative;
	width: 600px;
	height: 200px;
}

#win {
	color: #3797ce;
	text-decoration: none;
}

#fail {
	text-decoration: none;
	color: #9b0004;
}

a {
	color: #d0005a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#live {
	display: none;
}