@charset "utf-8";
/* CSS Document */
body {
	background-color:#000;
}
a {
	color: #525E94;
}

a:hover {
	color: #7DA5BC;
}

a:active {
	color: #333;
}
#content {
	bottom: 185px;
	color:#FFF;
	opacity: 0.85;
	filter:alpha(opacity=85);
	background-color: #000;
}
img.bck {
	min-width:600px;
	min-height:400px;
	z-index: -10;
	max-width:1200px;
	max-height:800px;
}

