*{
margin:0px;
padding:0px;
font-size:0.95em;
}

body{
font-family:Arial,Tahoma;
background-color:#505050;
}

a:link{
	text-decoration: none;
}

#contener{
	margin:0 auto;
	width:960px;
	
	background:url('../img/bg2.jpg') repeat-y;
}

#left{
	float:left;
	min-height:250px;
	width:550px;
	background:#fff url('../img/bg.jpg') no-repeat right top;
}

#right{
	float:left;
	width:410px;
}

.logo_img{
	margin:40px 80px 20px 10px;
}

#sign{
	position:fixed;
	margin:150px 0px 0px 530px;
	background: url('../img/sign.png') no-repeat transparent;
	width:41px;
	height:41px;
	z-index:2;
}

#left_content{
	margin:55px 80px 20px 10px;
	color:#111;
	background: transparent;
}
#right_content{
	margin:160px 10px 20px 60px;
	color:#fff;
	background: transparent;
}

#right_content a:link{
	text-decoration:none;
	color:#6fd4e0;
}
#right_content a:visited{
	text-decoration:none;
	color:#6fd4e0;
}
#right_content a:hover{
	text-decoration:underline;
	color:#6fd4e0;
}

#footer{
	clear:both;
	background-color:#505050;
	width:960px;
	height:30px;
	text-align:right;
	color:#303030;
	font-size:0.8em;
}
#footer a:link{
	text-decoration:none;
	color:#6fd4e0;
}
#footer a:visited{
	text-decoration:none;
	color:#6fd4e0;
}
#footer a:hover{
	text-decoration:underline;
	color:#6fd4e0;
}