* {
	font-size: 12px;
	font-family: Trebuchet MS, 'sans-serif';
	font-weight: normal;
	line-height: 150%;
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	text-decoration: none;
	}
	
h1 {
	position: absolute;
	top: -100px;
	}

body {
	background: #220000 url(img/body.png) repeat-x 0 0;
	}
	
p {
	padding: 0 0 15px 0;
	}
	
div#page_outer {
	position: absolute;
	width: 1000px;
	left: 50%;
	margin: 0 0 0 -500px;
	padding: 53px 0 0 0;
	}
	
div#banner {
	position: relative;
	float: left;
	width: 1000px;
	height: 350px;
	}
	
div#logo {
	position: relative;
	float: left;
	width: 330px;
	border-right: solid 1px #FECE7B;
	height: 350px;
	}
	
div#logo a.logolink {
	position: absolute;
	left: 93px;
	top: 40px;
	}
	
div#multimedia {
	position: relative;
	float: left;
	width: 668px;
	border-right: solid 1px #FECE7B;
	height: 350px;
	}
	
div#multimedia img.headimg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	}
	
div#multimedia p,
div#multimedia h2,
div#multimedia a.email {
	position: absolute;
	left: 40px;
	top: 40px;
	z-index: 2;
	}
	
div#multimedia p,
div#multimedia h2 {
	color: #FFF;
	}
	
div#multimedia h2 {
	font-size: 14px;
	top: 95px;
	}
	
div#multimedia h2 span {
	color: #FECC79;
	font-size: 14px;
	}
	
div#multimedia a.email {
	display: block;
	position: absolute;
	left: 40px;
	top: 275px;
	z-index: 3;
	text-align: center;
	color: #FFF;
	width: 150px;
	height: 35px;
	line-height: 35px;
	background: url(img/button.jpg) no-repeat 0 0;
	}
	
div#multimedia a.email:hover {
	color: #FECC79;
	}
	
div#footer {
	position: relative;
	float: left;
	width: 630px;
	padding: 0 0 0 370px;
	}
	
div#footer p {
	color: #FECC79;
	line-height: 60px;
	}
	
div#footer p a {
	color: #FFF;
	}