body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	width: 100%;
	min-height: 100%;
}

h3 {
	font-size: 10px;
	font-weight: normal;
}

a img {
	border: none;
}

#container {
	width: 900px;
	margin: 40px auto;
	text-align: left;
}


#left {
	width: 600px;
	float: left;
	display: inline;
}

#right {
	width: 250px;
	float: right;
	display: inline;
}

#cntdwn {
	font-size: 24px;
	margin-left: 8px;
	display: block;
}

#stage {
	width: 600px;
	height: 400px;
	background-image: url('bg_map.jpg');
	clear: both;
}


#one {
	position: absolute;
	left: 50%;
	top: 200px;
	margin-left: -440px;
	z-index: 999;
}

#two {
	position: absolute;
	left: 50%;
	top: 200px;
	margin-left: -400px;
	margin-top: 300px;
	z-index: 999;
}

#three {
	position: absolute;
	left: 50%;
	top: 200px;
	margin-left: 60px;
	margin-top: 320px;
	z-index: 999;
}

#four {
	position: absolute;
	left: 50%;
	top: 200px;
	margin-left: 120px;
	margin-top: 80px;
	z-index: 999;
}

#five {
	position: absolute;
	left: 50%;
	top: 200px;
	margin-left: -40px;
	margin-top: -10px;
	z-index: 999;
}