body {
	background: #000;
}

div#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 579px;
	height: 560px;
	margin-top: -280px; /*set to a negative number 1/2 of your height*/
	margin-left: -290px; /*set to a negative number 1/2 of your width*/
	overflow: auto;
	background: transparent;
}

div#content {
	position: relative;	
	width: 579px;
	height: 560px;
	background: url("../_img/splash.jpg") top left no-repeat;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

a {
	height: 100px;
	width: 300px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 440px;
	left: 260px;
}