

* {
	margin: 0;
	padding: 0
}

#wrap {
	float: right;
	position: relative;
	left: -50%;
	margin-top: 20px
}

#container {
	position: relative;
	left: 50%;
	height: 200px;
}

div.set {
	float: left
}

ul {
	list-style-type: none;
	height: 103px;
	padding: 20px 25px 5px;
}

li {
	float: left;
	background: url(../img/filmstrip_countdown_9-0.png) 0 0 no-repeat;
	width: 53px;
	height: 103px
}

li#s0,li#m0 {
	background: url(../img/filmstrip_countdown_5-0.png) 0 0 no-repeat
}

li#h0 {
	background: url(../img/filmstrip_countdown_2-0.png) 0 0 no-repeat
}

div.separator {
	float: left;
	height: 103px;
	padding: 35px 0 0;
	font: 40px 'BDCartoonShoutRegular', Arial, sans-serif
}

.go_back {
	font: 16px 'BDCartoonShoutRegular', Arial, sans-serif;
	width: 300px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	top: 30px;
	clear: both
}

.go_back a:link,.go_back a:visited,.go_back a:hover,.go_back a:active {
	color: #900;
	text-decoration: none
}

body {
	background-color: #EEE;
	font-family: Arial, Geneva, 'Franklin Gothic', Helvetica, sans-serif;
}

h1 {
	color: #612B48; /* grey #6a626d; */
	display: block;
	font-family: Arial, Geneva, 'Franklin Gothic', Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	height: 22px;
	margin: 30px 0 20px 12px;
}

h2 {
	color: #612B48;
	text-align: center;
	font-size: 14px;
	font-face: Arial, Geneva, 'Franklin Gothic', Helvetica, sans-serif;
	font-weight: normal;
}

#content {
	padding: 40px;
	width: 750px;
	background-color: #FFF;
	min-height: 500px;
	-moz-box-shadow: 1px 1px 5px 1px #ccc;
	-webkit-box-shadow: 1px 1px 5px 1px #ccc;
	box-shadow: 1px 1px 10px 1px #666;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -295px 0px 0px -400px;
}

.shadow {
	-moz-box-shadow: 3px 3px 5px 6px #ccc;
	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
	box-shadow: 3px 3px 5px 6px #ccc;
}