html {
	background-color: #0f0f0f;
	color: #dbdbdb;
}

body {
	background-color: #0f0f0f;
	color: #e5e5e5;
	font: normal 11px Helvetica, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/* LOGO */

#wrapper {
float: left;
width: 900px;
height: 476px;
background-color: #0f0f0f;
position: absolute;
top: 50%;
margin-top: -260px;
left: 50%;
margin-left: -450px;
}

#header {
width: 900px;
height: 130px;
background-color: #0f0f0f;
}

#header-img {
width: 338px;
height: 130px;
margin: 0 auto;
background-image: url(http://www.frejoni.com/frejoni_splashlogo.png);
}

/* IMAGES */

#image-wrapper {
position: absolute;
top: 150px;
width: 900px;
height: 292px;
background-color: #0f0f0f;
}

#image-1 {
position: absolute;
width: 280px;
height: 280px;
padding: 5px;
border: 1px solid #333333;
background-color: #212121;
}

#image-2 {
position: absolute;
left: 33.8%;
width: 280px;
height: 280px;
padding: 5px;
border: 1px solid #333333;
background-color: #212121;
}

#image-3 {
position: absolute;
left: 608px;
width: 280px;
height: 280px;
padding: 5px;
border: 1px solid #333333;
background-color: #212121;
}

/* FOOTER */

#footer-wrapper {
position: absolute;
top: 478px;
width: 900px;
height: 24px;
background-color: #0f0f0f;
}

#footer-image {
margin: 0 auto;
height: 16px;
width: 140px;
background-image: url(http://www.frejoni.com/browse_splash.png);
}