﻿* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, sans-serif;
	background: #94A2AB url('../images/bg.jpg') no-repeat top center;
}
h1 {
	font-size: 24px;
	color: #323232;
	font-weight: normal;
}
h1.countdown {
	color: #7e7e7e;
	padding-top: 2px;
}
h2 {
	font-size: 18px;
	color: #666666;
	font-weight: normal;
}
h5 {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	padding: 5px 0px 5px 0px;
}
#wrapper {
	width: 930px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;
}
#logo {
	width: 300px;
	height: 120px;
	background: url('../images/logo.png') no-repeat;
	margin: 5px auto 5px auto;
}
#content_top {
	clear: both;
	width: 930px;
	height: 142px;
	background: url('../images/top_bg.png') no-repeat;
	text-align: center;
	padding: 50px 0px 0px 0px;
}
#content_bottom {
	clear: both;
	width: 930px;
	height: 153px;
	background: url('../images/bottom_bg.png') no-repeat;
	margin-bottom: 50px;
	float: left;
}

#progress {
text-align: center;
}

#jos {
	width: 700px;
	height: 80px;
	background: url('../images/jos.png') no-repeat;
	margin: 5px auto 5px auto;
}

