html, body {
	color: #EFEFEF;
	background: #000 url('images/bg.jpg') no-repeat top center;
	font-size: 13px;
	padding: 0;
	margin: 0 auto;
	font-family: Arial;
	text-align: center;
}

a, a:link, a:active, a:visited {
	font-size: 13px;
	color: #EFEFEF;
	font-family: Arial;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#wrap {
	margin: 0 auto;
	border-top: 0;
	border-bottom: 0;
	width: 975px;
	text-align: left;
}

#page-header {
	float: left;
	padding: 0 20px;
	padding-top: 20px;
}

#page-footer {
	float: left;
	width: 975px;
	color: #9F9F9F;
	padding-top: 5px;
}

#page-body {
	float: left;
}

p, span {
	position: relative;
}

.dark {
	color: #cbcbcb;
}

.topline {
	float: left;
	background: #8aa2d8;
	width: 100%;
	height: 1px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}

hr {
	background: #9f9f9f;
	height: 1px;
	border: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	opacity: 0.2;
}

ul {
	position: relative;
	list-style-image: url('images/tick.png');
}

#intro, #tresc {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

#intro {
	font-weight: bold;
	font-size: 15px;
}

.inner {
	background: #0a0a0a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	opacity: 0.2;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	float: left;
}

.left {
	width: 600px;
}

.right {
	width: 310px;
}

dl {
	margin: 2px;
}

dt, dd, dl {
	float: left;
}

dt {
	width: 45px;
	color: #cbcbcb;
}

dd {
	width: 180px;
}

div {
	position: relative;
}

.box1 {
	float: left;
	width: 580px;
	position: relative;
	padding: 10px;
	text-align: justify;
	margin: 0 10px;
}

.box2 {
	float: left;
	position: relative;
	margin-left: 40px;
	padding: 10px 15px;
	width: 280px;
}

.box3 {
	float: left;
	position: relative;
	margin-left: 40px;
	margin-top: 40px;
	padding: 10px 15px;
	width: 280px;
	text-align: justify;
}

.box4 {
	float: left;
	clear: both;
	width: 940px;
	position: relative;
	padding: 10px;
	margin: 0 10px;
}

.box4 img {
	margin: 3px;
}

img {
	border: 0;
}
