@charset "UTF-8";
	body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCC;
	line-height: 1.4;
	}
	
    a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	outline: none;
}

#content {
	padding: 0px;
	width: 500px;
	margin-left: -250px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	height: 400px;
}
#shaded {
	-moz-box-shadow: 0px 0px 24px #000;
	-webkit-box-shadow: 0px 0px 24px #000;
	box-shadow: 0px 0px 24px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	background-image: url(images/contentback.png);
	background-repeat: repeat-y;
	text-align: left;
}
.block {
	padding: 20px;
}

