body {
	height: 100%;
	text-align: center;
	background:url(../images/main_bg.gif) center repeat-y;
}
#ex_main_div{
	background:url(../images/main_bg.gif) center repeat-y;
}
.wrapper {
	position: relative;
	width: 990px;
	font-size: 0.9em;
	margin: 0 auto -100px;
	text-align:center;
}

p {
	padding: 0 0 1em;
	color: #666;
	font: 1em/1.4em arial,sans-serif;
}

strong {
	font-weight: normal;
}
.download {
	position: absolute;
	right: 0;
	top: 160px;
}
.footer {
	position: relative;
	width: 990px;
	margin: 0 auto;
	background: url(../images/footer_bg.gif) repeat-x;
}
.footer a {
	color: #fff;
	text-decoration: underline;
	border: 0;
}
.footer p {
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 700px;
	padding: 0;
	color: #fff;
	font: 0.8em arial,sans-serif;
	text-align: center;
}