@charset "utf-8";
/* CSS Document */
.Container { 
	/*background-color:#fefbef; */ 
	width:850px; 
	clear:both; 
	margin:auto; 
	position:relative;
}
.logo{
	position:relative; height:150px; 
	/*float:left;*/
	left:10px;
	z-index:100;
	text-decoration:none ; 
}
.sidebar{
	position:relative; width:170px; height:auto; float:left; bottom:15px;	
}
.contain {
	width:600px; margin:auto; position:relative; left:20px; 
}
.watermark {
	background-image:url(images/watermark.png); background-position:center; background-repeat:no-repeat
} 
A:link {text-decoration: none; color:#666666}
A:visited {text-decoration: none; color:#999999}
A:active {text-decoration: none; color:#FFFFFF}
A:hover {text-decoration: underline; color: red;}
