
body {
	line-height:1.4 !important;
	font-family: Verdana, Arial, sans-serif, Tahoma, Helvetica;
	font-size: 12px;
	color: #000;
	
}

a:link, a:visited {
	color: #333;
	text-decoration:none;
}
a:hover {
	color: #CCC;
	text-decoration:underline;
}


table {border-collapse:separate;border-spacing:0;}
table, td, th {vertical-align:middle;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#FF3706;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#FF3706;}
tfoot {font-style:italic;}
td#next {text-align:right;}
caption {background:none repeat scroll 0 0 #EEEEEE;}
th, td, caption {padding:4px 10px 4px 5px;}
caption, th, td {font-weight:strong;text-align:left;}



#wrapper {
	width: 100%;
	height: 100%;
	min-height: 600px;
	position: relative;
	
	margin: 0;
	outline: 0 none;
	padding: 0;
	border: 0;
	overflow:hidden;
	background: url('../images/bg.png') repeat scroll bottom right #FFF;
}

.container {
	width: 100%;
	min-height: 90%;
	
	margin: 0;
	padding: 0;
	
	position:relative;
	z-index: 21;
}

#spacer {
	margin: 60px 30px;
	padding: 0;
}

#spacer p {
	margin: 40px 20px;
	padding: 0;
	
	font-size: 40px;
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	
}

#spacer span {
	margin: 40px 10px;
	padding: 0 20px 0 20px;
	
	background: none scroll no-repeat 0 0 #000;
}

#spacer span.mtitle {
	font-size: 60px;
	font-weight: bold;
	padding: 10px 40px;
}

#spacer span.message {
	margin: 0px 10px;
}

#spacer span.builder {
	width: 350px;
	display: block;
}

#spacer span.procentage {
	display: inline;
}

.info {
	padding: 20%;
}

.tooltip {
	position: absolute;
	top: -400px;
	right: -400px;
	
	width: 160px;
	height: 24px;
	
	margin: 0;
	padding: 0;
	border: 0;
}

.contact {
	position: absolute;
	right: 0;
	bottom: 0;
	
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	line-height: 14px;
	
	background: none scroll no-repeat 0 0 #000;
}

.footer {
	width: 400px;
	min-height: 60px;
	
	margin: 0;
	padding:0;
	border: 0;	
	
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 22;
	
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: #CCC;
	line-height: 40px;
	
	text-align: right;
	
}

