a {
	text-decoration: none;
	color: #777788;
}
a:hover {
	color: #665555;
}

#outer {
	position:absolute;
	left:50%;
	top:50%;
	width:270px;
	height:160px;
	margin-left:-135px; 
	margin-top:-80px;
	background-color:#6699CC;
}
								           
#inner {
	position:absolute;
	left:50%;
	top:50%;
	width:100px;
	height:100px;
	margin-left:-50px; 
	margin-top:-50px;
	background-color:#99CCFF;
}
#email {
	position: absolute;
	left: 50%;
	margin-left: -125px;
	text-align: left;
}
#links {
	position: absolute;
	left: 50%;
	width: 650px;
	bottom: 5px;
	margin-left: -325px;
}

