html
{
	height: 100%;
}

body
{
	background-color: #808080;
	background-image: url('../Entrance.jpg');
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

a
{
	color: white;
	text-decoration: none;
}

a:hover, a:active
{
	text-decoration: underline;
}

div
{
	margin: 0 auto;
	margin-top: 125px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 100%;
}

p
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 1.5em;
	margin: 0;
	text-align: center;
}