/* @group HTML > BODY > WRAPPER */

body {
	text-align: center;
}

#wrapper {
	text-align: left;
	width: 850px;
	position: absolute;
	top: 40%;
	left: 50%;
	margin: -200px 0 0 -425px;
}

/* @end */

#header {
	background: url(../img/header.png);
	height: 144px;
	width: 849px;
	margin-bottom: 70px;
}

#col1 {
	width: 460px;
	margin-right: 40px;
	float: left;
}

#col2 {
	width: 350px;
	float: left;
}

.eng {
	color: #E51F8B;
	border-bottom: #E51F8B 1px solid;
}

.cast {
	color: #009DDF;
	border-bottom: #009DDF 1px solid;
}

h2 {
	font-size: 18px;
	margin-bottom: 18px;
}

p {
	font-size: 12px;
	color: #2d2d2d;
	margin-bottom: 18px;
	line-height: 18px;
}

span {
	color: #999999;
}

.replaced {
	position: absolute !important;
	text-indent: -9999px !important;
	display: block !important;
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}