@charset "utf-8";
/* CSS Document */
body {
	background-color: #E7E6E6;
}
a {
	color: #9A2225;
}

a:hover {
	color: #333;
}

a:active {
	color: #C00;
}
img.bck {
	max-width:1200px;
	max-height:900px;
}
#content {
	bottom: 185px;
	color:#000;
	background-color: #FFF;
	filter:alpha(opacity=85);
	opacity: 0.85;
}
