body {
	color: #fff;
	background: #2e2d2d url(images/bg.gif) top center no-repeat;
	font-size: 15px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: center;
}
a, strong {
	color: #66cccc;
	font-weight: bold;
}
#contact-list {
	list-style: none;
	padding: 0px;
	margin-left:0px;
	font-size: 12px;
}
#contact-list span {
	width: 70px;
	float:left;
	color:#ccc;
}
#contact-list a {
	color:#fff;
	text-decoration: none;
	font-weight: normal;
}
#contact-list a:hover {
	text-decoration: underline;
}
#body {
	width: 720px;
	padding-top: 100px; 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#intro {
	background:url(images/intro.gif) no-repeat;
	width:720px;
	height:227px;
	overflow:hidden;
	text-indent:-9999px;
}
#footer {
	font-size: 11px;
}