@charset "utf-8";

html { font-size:64% } 

body{
background:url("sfondo1.png") repeat scroll 0 0 #EFEFEF;
color:#000000;
font:100% verdana,helvetica,sans-serif;
margin:1em 0;
text-align:center;
}

.wrapper{
	margin:0 auto; 
	text-align:left; 
	position:relative; 
	min-height:100%;
	height:auto !important;
	height:100%;
}

.bread {
	position: relative;
	left:12px;
}
.header{
	overflow: hidden;
}
.topLine{
	width:980px;	
	padding:10px;
	margin:0 auto;
}
.search-user-login{
	float:right;
}
.small-buttons
{
    position:absolute;
    top:11px;
    right:12px;
    
}
.center{
	width:980px;
	zoom:1;
	z-index:1;
	background-color:#FFF380;
	margin:0 auto;
	position:relative;
	top:-112px;
	overflow:hidden;
	
}
.left{
	float:left;
	width:254px;
	display:inline;
}
* html .left{
	margin-right:-17px;
}
.right{
	float:right;
	width:706px;
	display:inline;
	
}
.bottom
{
	clear:both;
}
.right .c-no-header .CodingStaff_FlashBannerContent{
	margin-left:-20px;
}


#content_left {
position: relative;
float:left;
width: 450px; /*420px*/
display: inline-block;
}

#content_right{
position: relative;
float: right; 
width:50%; /*48%*/
display: inline-block;
}

