@CHARSET "ISO-8859-1";

body {
	background:url("../images/body_bg.png") repeat-x #D2E1ED;	
}
#content_wrapper {
	width:910px;
	margin:0 auto;	
	padding-bottom:40px;
}
#head {
	height:110px;
	background:url("../images/header_log.png") 0px center no-repeat;
}
#steps {
	padding-top:0px;
	height:118px;
	margin-bottom:40px;
}

#steps img {
	margin-right:50px;	
}
#center h2 {
	font-size:30px;
	line-height:30px;
	color:#1F689B;
	margin-bottom:30px;
}
#counter h2 {
	margin-bottom:3px;	
}
#center h3 {
	color:#2C87C3;
	font-size:16px;	
}
#counter .counter_buttons {
	padding:25px 0;	
}
#steps h2 {
	line-height:25px;
	font-size:25px;
	color:#EFEFEF;
	font-style:italic;
	margin-bottom:20px;	
}
#informations {
	background: url("../images/info_spacer.png") no-repeat scroll 415px 30px transparent;	
}
#informations .infobox {
	color:#1D5F8B;
	font-size:13px;
	width:400px;	
}

#informations h3 {
	margin-bottom:10px;	
}
#footer {
	padding-bottom:30px;
	height:103px;
	width:100%;
	background:url("../images/footer_bg.png") repeat-x;	
}
#footer_content {
	width:910px;
	margin:0 auto;
	height:102px;
	position:relative;	
}
#footer_content .logo {
	position:absolute;
	right:0;
	bottom:25px;
	width:275px;
	height:50px;	
	background:url('../images/footer_logo.png') no-repeat;
}
.links {
	padding-top:20px;	
}
.links li{
	display:block;
	float:left;
	margin-right:40px;
}
.links li a {
	color:white;
	font-size:14px;	
}
.links li a:hover {
	text-decoration:underline;	
}
.copy {
	color:#D2E1ED;
	font-size:12px;
	position:absolute;
	bottom:10px;
	left:0px;	
}


.counter-code-box{
width:600px;
height:80px;
margin: 10px 0px 10px 80px;
padding:40px 50px 70px 50px;
background:red;
font-size:18px;
color:#FFFFFF;
font-style:italic;
margin-bottom:5px;
}

#counter-code{
overflow:hidden;
font-family:Verdana;
font-size:12px;
width:600px;
height:80px;
margin-top:10px;
}
