body {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000000;
	color:#999999;
}

a {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #F96074;
	color: red;
}

#container {
	position:relative;
	width:100%; 
	margin: 0 auto;
	height:660px;
}

#TopText {
	position:absolute;
	top:0;
	left:0;
	width:100%; 
	text-align:center;
	font-size:70px;
}

#Photo {
	position:absolute;
	top:40px;
	left:0;
	width:100%; 
	text-align:center;
	z-index:-9999;
}

#BotText {
	position:absolute;
	bottom:0px;
	width:100%;
	text-align:center;
	font-size:18px;
}