@font-face {
	font-family: "Myriad Pro";
	src: url('MyriadPro-Regular.otf');
}
@font-face {
	font-family: "Myriad Pro";
	src: url('MyriadPro-Bold.otf');
	font-weight: bold;
}
html,body,hr,h1,h2,h3,h4,h5,h6,p,div,ul,ol,li,dl,dt,dd,table,tr,th,td {
	margin:0;
	padding:0;
}
html, body {
	font-family: Georgia,"Times New Roman";
}
body {
	background-color: #fff;
	padding: 200px 0px 0px 0px;
	text-align: center;
}
img {
	border: none;
}
#live-cam {
	position: absolute;
	left: 10px;
	bottom: 10px;
	text-align: left;
}
	#live-cam span {
		background-color: #2D2D2D;
		color: #fff;
		font-family: verdana;
		padding: 0px 5px;
		font-size: 8pt;
	}
		#live-cam span.dot {
			color: #ff0000;
			padding-right: 0px;
		}
	#live-cam div {
		border: 1px solid #2D2D2D;
	}
#wrapper {
	text-align: middle;
	overflow: hidden;
}
#header {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}
	#the-fucking-name.wrong {
		background: url(/img/strikethrough.png);
		background-position: left center;
		background-repeat: repeat-x;
	}
	#strike-over {
		background: url(/img/strikeover.png);
		background-repeat: repeat-x;
		background-position: left center;
		position: absolute;
		width: 0px;
		height: 0px;
		top: 0px;
		left: 0px;
	}
#contact {
	margin: 0 auto;
	width: 750px;
	overflow: hidden;
	margin-top: 100px;
}
	#contact > div {
		float: left;
		width: 250px;
	}
	#contact > div.email {
		width: 460px;
		margin: 20px 145px;
		clear: both;
	}
		#contact > div > img {
			display: block;
		}
#the-fucking-nickname {
	position: absolute;
	left: 0px;
	margin-top: -5px;
	width: 258px;
	height: 41px;
	background: url(/img/the-fucking-nickname.png);
}
#dummy {
	visibility: hidden;
	position: absolute;
	top: -2000px;
	left: -2000px;
}
h1, h2, h3, #dummy > div {
	font-family: "Myriad Pro";
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 90%;
}
h2, #dummy div.h2 {
	text-align: right;
	font-size: 20pt;
}
h1, #dummy div.h1 {
	text-align: right;
	font-weight: bold;
	font-size: 40pt;
}
a {
	text-decoration: none;
	color: inherit;
}
.hidden { display: none; }
#ljungstedt {
	position: absolute;
	bottom: 20px;
	left: 20px;
}