/********************************************
* VANPLAST.IT
* Design-Developed by Comma3
* http://www.vanplast.it
*
* Creato 21/06/2007 
*
* Site Style
********************************************/
* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #313131;
}

a:hover {
	text-decoration: underline;
	color: #593668;
}

body {
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #6176B5 url(../img/bg_index.gif) repeat-x;
}

#intro {
	width: 800px;
	margin: 0 auto;
	padding: 122px 30px 20px 30px;
}

.language {
    float: right;
}

#footer {
	height: 60px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#footer .wrapper {
	width: 800px;
	margin: 0 auto;
}

#footer .links {
	float: left;
	width: 700px;
	height: 50px;
	padding: 11px 30px 0 30px;
	/*background: #FFFFFF;*/
	border-left: 20px solid #010100;
	font-size: 85%;
	text-align: center;
}

#footer .credits {
	float: right;
	width: 200px;
	height: 34px;
	margin: 0 auto;
	padding: 26px 20px 0 0;
	background: #6176B5;
	text-align: right;
	font-size: 85%;
	color: #FFFFFF;
}