

body
{
	background-color:black;
}

a img          /* this gets rid of the border around a picture that is a link   */
{border: none;}


a:link { color: black }

div#wrapper {
	/*background-color: red; cosmetic */
	height: 0px; /* set to taste */

	/* required */
	position: absolute;
	overflow: visible;
	display: block;
	width: 100%;
	left: 0px;
	top: 50%;
}


div#splash {
	position: absolute; /* required */
	left: 50%; /* required */

	margin-left: -300px; /* half of width */
	width: 450px; /* width of div */
	height: 606px; /* height of div */
	top: -250px; /* half of height */
}



div#wrapper2 {
	/*background-color: red; cosmetic */
	height: 0px; /* set to taste */

	/* required */
	position: absolute;
	overflow: visible;
	display: block;
	width: 100%;
	left: 0px;
	top: 50%;
}

div#shop {
	position: absolute; /* required */
	left: 50%; /* required */

	margin-left: -230px; /* half of width */
	width:150px; /* width of div */
	height: 48px; /* height of div */
	top: 215px; /* half of height */
}


div#contact {
	position: absolute; /* required */
	left: 50%; /* required */

	margin-left: 100px; /* half of width */
	width: 150px; /* width of div */
	height: 48px; /* height of div */
	top: 215px; /* half of height */
}