@charset "UTF-8";
/* CSS Document */

/* CSS Document */

body {  
	margin: 1px 0 0 0; 
	padding: 0px;  
	background-image: url(../images/background.jpg);
	background-repeat: repeat; 
}  
  
#main {  
	background:#c4c0be url(../images/background_slice.jpg) repeat-x;  
}  

#main .container {  
	min-height: 448px;  
}

#header {
	padding: 10px 0 0 24px;
	margin: 0px;
	height: 100px;
}

.counter {
	background-image: url(../images/counter.jpg);
	background-repeat: no-repeat;
	height: 73px;
	margin: 10px 0 0 208px;
	position: relative;
} 

.numberOne {
	position: absolute;
	top: 8px;
	left: 11px;
}

.numberTwo {
	position: absolute;
	top: 8px;
	left: 51px;
}

.numberThree {
	position: absolute;
	top: 8px;
	left: 91px;
}

.numberFour {
	position: absolute;
	top: 8px;
	left: 131px;
}

.numberFive {
	position: absolute;
	top: 8px;
	left: 171px;
}

.numberSix {
	position: absolute;
	top: 8px;
	left: 211px;
}

.counter h1 {
	color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 34px;
	margin: 0;
	padding: 0;
} 

.counter .green{
	color: #203b1e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: lighter;
	position: absolute;
	top: 15px;
	left: 260px;
} 

#bottom_image {
	background-image: url(../images/proma.jpg);
	background-repeat: no-repeat;
	height: 250px;
	margin: 3px 0 0 0;
} 

#footer {
	color: white;
	text-align: center;
	margin: 3px 0 0 0;
	padding: 0px;
}  

#footer a{
	color: white;
	text-align: center;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
} 

#footer a:hover {
	text-decoration: none;
}

.container {  
	width: 700px;  
	margin: 0 auto;  
}

p {
	color: #666666;
	font-size: 16px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0 0 -1px;
}