BODY {
	color: #000000; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #e0ddd1;
	margin: 0;
	padding: 0;
}

IMG { border: none; }

#site {
	text-align: center;
	padding: 0;
	margin: 0;
}
#site_wrap {
	width: 1024px;
	height: 705px;
	margin: auto;
	text-align: center;
	background: url(/images/splash/fond.jpg) no-repeat;
}

#pittsburg {
	width: 350px;
	height: 203px;
	float: left;
	margin: 0 10px 0 130px;
	background: url(/images/splash/pittsburgh.jpg) no-repeat center;
}
* HTML #pittsburg { margin: 0 0px 0 65px; }

#porter {
	width: 320px;
	height: 203px;
	float: right;
	margin: 0 150px 0 10px;
	background: url(/images/splash/porter.jpg) center no-repeat;
}
* HTML #porter { margin: 0 75px 0 0px; }

.footer {
	padding-top: 50px;
	font-size: 9px;
}

A {
	color: #000000;
	text-decoration: none;
}
A:hover { text-decoration: underline; }