@charset "utf-8";

#main {
	margin: 0;
	background-image:url(img/main.jpg);
	height: 455px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	padding: 0;
}

#update {
	margin: 20px;
	padding: 10px;
	background-color: #FF6633;
	border: dotted 2px #ffffff;
	color: #ffffff;
	font-size: 0.75em;
}


div#update ul{
	padding:0px;
	list-style-type: none;
	line-height: 2.7em;
	margin: 10px 0 0;
}

div#update li {
	background-repeat: no-repeat;
	background-image: url(img/arrow.gif);
	padding-left: 25px;
	background-position: 0 5px;
}

#counter {
	margin: 10px;
	padding: 0;
	text-align: center;
}

.bigstrong {
	font-size:1.25em;
	font-weight:bold;
}

.start a {
	background-image:url(img/start_button.gif);
	display:block;
	width:63px;
	background-repeat: no-repeat;
	height: 18px;
	margin: 8px 27px 0 0;
	padding: 0;
	float: right;
}

.start img {
	border:none;
}

.start a:hover {background-position:left bottom}
