/* CSS Document */

#positionCentre
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 300px;
	margin-left: -400px;
	margin-top: -300px;
}

#position
{
	width: 800px;
	height: 600px;
}

#main {
	height: 350px;
	width: 800px;
	text-align: center;
	background: #FFF url(images/effie-liu-fade.gif) no-repeat center;
}
#text {
	height: 129px;
	width: 800px;
	text-align: center;
	font: Helvetica;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #141414;
	letter-spacing: 1px;
}
.email a:link {
	color: #141414;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 2px;
	text-shadow: 0px 0px 2px #666;
}
.email a:hover {
	color: #000;
	text-decoration: underline;
	text-shadow: 1px 1px 2px #F0F;
}