html, body{
	margin:0;
	padding:0;
	font-family: Arial, Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color:#3C3C3B;
	background-color:#282828;
	}

img {
	float:left;
	border:0;
	}
	
.box{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 841px;
	height: 405px;
	margin-left: -420px;
	margin-top: -200px;
	}

.text{
	position: absolute;
	top: 155px;
	left: 227px;
	width: 200px;
	font-family:'Kalinga W01 Regular';
}

.cv{
	height: 33px;
    left: 268px;
    position: absolute;
    top: 355px;
    width: 48px;
}

.xing{
	height: 17px;
    left: 42px;
    position: absolute;
    top: 364px;
    width: 45px;
}


a:link { text-decoration:none; font-weight:normal; color:#3C3C3B; }
a:visited { text-decoration:none; font-weight:normal; color:#3C3C3B; }
a:hover { text-decoration:none; font-weight:normal; color:#000; }
a:active { text-decoration:none; font-weight:normal; color:#3C3C3B; }