html {
	background:url(media/background.gif) repeat 50% 50%;
}
#container {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-300px;
	margin-left:-400px;
	width:600px;
	height:400px;
	padding:100px;
	background:url(media/meritum-background.jpg) no-repeat 0 0;
}
#meritum {
	font:11px/1.3em tahoma, sans-serif;
	letter-spacing:1px;
	color:#5d5d5a;
	padding:30px;
}
#meritum a {
	color:#5d5d5a;
	text-decoration:none;
	border-bottom:dotted 1px #5d5d5a;
}
#meritum a:hover {
	border-bottom-style:solid;
}
#meritum .bullet {
	color:#e55f5b;
	font-weight:bold;
	margin-left:3px;
}
#meritum h1 {
	display:block;
	height:60px;
	background:url(media/3lancer.gif) no-repeat;
	margin:0;
}
#meritum h1 span {
	display:none;
}
#meritum .hr {
	height:2px;
	background:url(media/hr.gif);
	margin-bottom:10px;
	font-size:1px;
}
#meritum h2 {
	font:bold 11px/1.3em tahoma, sans-serif;
	display:block;
	margin:2px 0;
}
#meritum div {
	margin-bottom:1.3em;
}
#thanx {
	font-weight:bold;
	float:right;
	margin-top:-2em;
}