* {
	font-weight: normal;
	padding: 0;
	margin: 0;
	border: 0;
}

html {
	display: table;
	height: 100%;
	width: 100%;
}

body {
	text-transform: lowercase;
	vertical-align: middle;
	background: url(images/ui_cyclist.jpg) no-repeat 100% 90%;
	text-align: center;
	display: table-cell;
	padding: 1em;
	color: #586fa8;
	font: 125%/1.5 sans-serif;
}

img {
	vertical-align: middle;
}

h1,
h2 {
	line-height: 1.125;
	color: #777;
}

h2 {
	margin-bottom: 2em;
	font-style: italic;
	font-size: .9em;
}

p {
	margin: 1em 0;
}

a {
	color: #555;
}

a:hover {
	text-decoration: none;
}

#display,
.ui {
	background: url(images/ui.jpg) no-repeat;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
}

#details {
	padding-top: 70px;
	text-align: right;
	width: 290px;
	float: right;
}

#display {
	position: relative;
	height: 350px;
	width: 505px;
}

#control {
	overflow: hidden;
	margin: 15px 0;
}

#control img {
	float: left;
}

/* UI
-------------------------------------*/
#ui-waves {
	background-position: 0 -350px;
	position: absolute;
	display: block;
	height: 200px;
	width: 1px;
	left: 288px;
	top: 110px;
}

#ui-light {
	background-position: -100% -100%;
	position: absolute;
	height: 55px;
	width: 55px;
	left: 143px;
	top: 261px;
}

#ui-board {
	background-position: -200px -355px;
	position: absolute;
	height: 70px;
	width: 390px;
	left: 415px;
	top: 0;
}

#ui-pause {
	line-height: 85px;
	float: right;
}

#ui-pause .ui {
	background: url(images/ui_play.png) no-repeat;
	margin: 25px 10px 0 0;
	height: 38px;
	width: 38px;
	float: left;
}

	/* Flash
	-------------------------------------*/
	#ui-light.active {
		background-position: -535px -515px;
	}
	#ui-board.active {
		background-position: -200px -425px;
	}

	/* Waves
	-------------------------------------*/
	#ui-waves.wave-2 {
		width: 30px;
	}
	#ui-waves.wave-3 {
		width: 75px;
	}
	#ui-waves.wave-4 {
		width: 130px;
	}
	#ui-waves.wave-5 {
		width: 200px;
	}