

BODY {
	background-color : #376F53;
	padding : 0;
	margin : 0;
	height: 100%;
	width: 100%;
}

#main{
	position: fixed; 
	width: 500px; 
	height: 380px; 
	top: 50%; 
	left: 50%; 
	margin-top: -180px; 
	margin-left: -250px;"
	background-color : #376F53;
	text-align: right;
}

A.intro:link {
	color: #FFF;
	text-decoration: underline;
	font-family: Calibri, Verdana, Arial;
	font-size: 14px;
	font-height: 17px;
}

A.intro:visited {
	color: #FFF;
	text-decoration: underline;
	font-family: Calibri, Verdana, Arial;
	font-size: 14px;
	font-height: 17px;
}

A.intro:hover {
	color: #CCC;
}


