@charset "utf-8";

a img{
	border:					0px none;
}
body{
	background:				#ffffff;
	margin:					0;
	padding:				0;
}
#container{
	color:					#454545;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	line-height:			14px;
	margin:					0 auto;
	padding:				150px 0 50px 0;
	text-align:				center;
	width:					700px;
}
#container a{
	color:					#666666;
	text-decoration:		none;
}
#container a:hover{
	color:					#cc0000;
	text-decoration:		underline;
}
#container a img{
	font-size:				0%;
	line-height:			0%;
	opacity:				0.99;
	text-decoration:		none !important;
}
#container a:hover img{
	opacity:				0.75;
}