* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #474747;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, sans-serif;
}
h1 {
	display: none;
}
h2 {
	display: none;
}
a {
	text-decoration: none;
	color: #C60651;
}
a:hover {
	color: #FF9900;
}
#content {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.logo{
	background-image:url(../images/logo_index.gif);
	background-repeat:no-repeat;
	width:945px;
	height:209px;
	text-align:center;
	padding-top:350px;
	}
	
.logo span{font-size:11px; color:#868686;}



#footer {
	color: #868686;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer span {
	float: right;
}
#footer strong {
	font-weight: normal;
	color: #C60651;
}
