#middle {
	position:absolute;
	top:50%;
	left:50%;
	width:1024px;
	height:768px;
	margin-left: -500px;
	margin-top: -345px;
}

#info
{
	position: absolute;
	top: 1200px;
	width: 70%;
	left: 15%;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #c0c0c0;
}
#info h1
{
font-size: 14px;
margin: 0px;
}

#info p
{
text-align: justify;
}
#info a
{
color: #c0c0c0;
font-size: 10px;
text-decoration: underline;
font-weight: normal;
}

#info strong
{
color: #c0c0c0;
font-weight: normal;
}
