body {
	background-color: #1f1f1f;
	background-image: url(images/bg.png);
	background-repeat: repeat;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 0.8em;
	z-index: 1;
}

div.header {
	background-image: url(images/bg1.png);
	background-repeat: repeat-x;
	height: 261px;
	overflow: auto;
}

div.header img.logo {
	left: 50%;
	margin-left: -216px;
	position: absolute;
	width: 433px;
	margin-top: 50px;
	z-index: 2;
}

div.imlazysodoingthisbithalfassed {
	background-image: url(images/bg3.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 987px;
	height: 299px;
	overflow: hidden;
	left: 50%;
	margin-left: -493px;
	z-index: 1;
}

p {
	color: #999;
	text-align: center;
	margin-bottom: 10px;
}

a:link {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

iframe {
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,1);
	-moz-box-shadow: 0 5px 20px rgba(0,0,0,1);
	box-shadow: 0 5px 20px rgba(0,0,0,1);
	border-width: 2px;
	border-style: solid;
	border-color: #fff;
}

div.iframecontainer {
	margin-top: -100px;
	z-index: 3;
	position: absolute;
	left: 50%;
	margin-left: -450px;
}
