body {
font-family: "Lucida Sans", Arial, sans-serif;
background-color: #1e1e1e;
color: #fff;
}

a img {
border: 0;
}

a {
color: #f6d122;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

#wrapper {
width: 600px;
margin: 0 auto;
text-align: center;
padding: 80px 0 0 0;
}

h1 {
margin: 0 auto;
width: 363px;
height: 36px;
background-image: url(images/logo.gif);
text-indent: -1000em;
padding-bottom: 30px;
background-repeat: no-repeat;
}

h2 {
font-size: 15px;
font-weight: normal;
margin: 5px 0 5px 0;
}

#box, #WaitBox, #StartBox {
margin: 70px auto 0 auto;
width: 268px;
height: 178px;
background-image: url(images/box.gif);
color: #1e1e1e;
position: relative;
}

#box h3 {
margin: 0;
padding-top: 25px;
font-weight: normal;
font-size: 23px;
letter-spacing: -1px;
}

#box p {
font-size: 14px;
color: #4b4b4b;
margin: 17px 0 5px 0;
}

#box img#indicator {
padding-top: 8px;
}

#box #gobtn {
position: absolute;
top: 123px;
left: 105px;
}

#TriggerBtn
{
	display: none;
}

#timeDiv
{
	color: #fff;
	font-size: xx-large;
}

#topbar
{
	top: 0;
	left: 0;
	height: 10%;
	width: 100%;
	position: absolute;
}

iframe
{
background-color: white;
}