body {
	background-color: #ccc; /* cosmetic */
	margin: 0px; /* required */
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
}

body div#copy {

	font-size: 0.5em;
}
div#logo {
	background-color: #000; /* cosmetic */
	height: 0px; /* set to taste */

	/* required */
	position: absolute;
	overflow: visible;
	display: block;
	width: 100%;
	left: 0px;
	top: 45%;
}
div#center-logo {
	background-color: #ccc; /* cosmetic */
	border: none; /* cosmetic */

	overflow: auto; /* set to taste */

	position: absolute; /* required */
	left: 50%; /* required */

	margin-left: -80px; /* half of width */
	
	width: 160px; /* width of div */

	height: 50px; /* height of div */
	top: -125px; /* half of height */
}

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

	/* required */
	position: absolute;
	overflow: visible;
	display: block;
	width: 100%;
	left: 0px;
	top: 95%;
}
div#center-footer{
	background-color: #ccc; /* cosmetic */
	border: none; /* cosmetic */

	overflow: auto; /* set to taste */

	position: absolute; /* required */
	left: 50%; /* required */

	margin-left: -150px; /* half of width */
	width: 300px; /* width of div */

	height: 90px; /* height of div */
	top: -40px; /* half of height */
}

a,p,ul {
	color:#fff;
	font-size: 0.5em;
}
