body {
	text-align: center;
	margin: 0;
	background-image: url(../mediadata/images/html/bg.gif);
	background-position: center;
	background-color: #FFF;
	background-repeat: repeat-y;
	
}
#mainPanel {
	position: relative;
	width: 959px;
	margin: 0 auto;
    text-align: left;
    padding: 0 10px;
	display: inline-block;
}
#mainPanel img {
	vertical-align: bottom;
}
#content {
	min-height: 410px;
	width: 616px;
	padding: 30px 30px 30px 313px;
	background-image: url(../mediadata/images/html/finish.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	font-family: Helvetica, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
#content img {
	display: block;
}
#content span {
	display: block;
	margin-bottom: 12px;
}
span.download {
	display: block;
	margin-bottom: 12px;
	padding: 4px 3px 4px 35px;
	background-image: url(/mediadata/images/html/icon_pdf.gif);
	background-position: 0 1px;
	background-repeat: no-repeat;
	border-top: 1px solid #F00;
	border-bottom: 1px solid #F00;
}
#content h1 {
	font-family: Helvetica, Geneva, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #F00;
}
#content a {
	color: #F00;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#navi {
	margin: 0;
	padding: 0 30px 23px 30px;
	list-style-type: none;
	position: absolute;
	top: 179px;
	left: 10px;
	width: 223px;
}
#navi li {
	margin-top: 23px;
	height: 20px;
}
#navi li.s {
	padding-left: 30px;
	margin-top: 10px;
}
#navi li.t {
	padding-left: 60px;
	margin-top: 10px;
}
#navi a {
	display: block;
	font-family: Helvetica, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #222;
	text-decoration: none;
}
#navi a:hover, #navi a.active {
	font-weight: bold;
}
#footer {
	position: absolute;
	bottom: 4px;
	left: 16px;
	overflow: visible;
	text-align: left;
	font-family: Helvetica, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

#footer span {
	white-space: nowrap;
}
