/* CSS Document */
body
{ 
	background: url("/images/bg.jpg") repeat-x top left;
	margin: 0;
	padding: 0;
	font-family: Verdana, arial, sans-serif;
}

#wrap {
	width: 960px;
	margin: 0 auto;
}

h1 {
	display: block;
	text-align: center;
	text-shadow: 1px 1px 2px #999;
	letter-spacing: -5px;
	font-weight: lighter;
	font-size: 3em;
}
h1 a {
	text-shadow: none;
	color: #D40026;
	text-decoration: none;
	border-bottom: 1px #D40026 solid;
}
h1 a:hover {
	border: none;
	text-decoration: none;
}
h2 {
	display: block;
	font-size: 2em;
	font-weight: lighter;
	letter-spacing: -3px;
	text-align: center;
	text-shadow: 1px 1px 2px #999999;
	width: 800px;
	margin: 0 auto;
	margin-top: 25px;
}
object {
	display: block;
	margin: 0 auto;
	width: 853px;
}
#logo {
	display: block;
	float: right;
	height: 37px;
	margin: 4px 0 0;
}
object {
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
}
