body {
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial;
	font-size: 12px;
}
#content {
	background-repeat: no-repeat;
	background-position: center center;
	height: 540px;
	width: 900px;
	margin: 0 auto;
	padding: 0px;
}
#menu {
	background-color: #605D5C;
	width: 725px;
	height: 35px;
	margin: 9px auto 0 auto;
	text-align: center;
	padding: 0;
}
#menu a {
	text-decoration: none;
}
#menu object {
	position: relative;
	background-color: #605D5C;
	top: 5px;
	margin: 0;
	padding: 0;
}
#pedice {
	clear: both;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	font-family: Sans ,Arial;
	text-align: center;
	margin: 30px auto 0 auto;
}
#pedice a {
	color: #000000;
}
#pedice a:hover {
	color: #7a1c3d;
}