html{
	overflow-y:scroll;
}

body {
	background: #fff url(../images/quadro_background_2.gif) 50% 0 repeat-x;
	text-align: center;
	margin: 0px;
	margin: 0px;
}

/*--------------------------------------------------------------------------
	Content
--------------------------------------------------------------------------*/

#container{
	margin:auto;
	text-align: left;
	width: 840px;
}

/*--------------------------------------------------------------------------
	Content Left
--------------------------------------------------------------------------*/

#contentLeft {
	float: left;
	width:120px;
	padding: 20px 0 0 0;
}

#logo{
	width: 120px;
	height: 169px;
}

#language{
	margin: 10px 0 0 0;
}


/*--------------------------------------------------------------------------
	Content Right
--------------------------------------------------------------------------*/
#contentRight {
	float: left;
	width: 700px;
	
	
}

#navigation{
	float: left;
	width: 700px;
}

#content{
	float: left;
	width: 620px;
	padding: 40px 25px 0 25px;
}
