body {
overflow: hidden;
padding-bottom: 50px;
height: 100%;
}
html{
	height: 100%;
}

#content {
height: 100%;
overflow: auto;
}
#footer {
	width: 100%;
position: absolute;
bottom: 0px;
}
#footer .left {
float:center;
text-align:center;
}
#footer .right {
float:bottom;
text-align:center;
}

#flash_center01{
	margin: 0 auto 0 auto;
	width: 100%;
	height: 100%;
	position:absolute;
	/*margin-top:-40px;*/
}
#flash_center02{
	position:relative;
}
.footer_text{
		text-align: center;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 17px;
	color: #4f4f51;
}

.footer_text_small{
		text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 14px;
	color: #4f4f51;
}

a.footer_link:link,a.footer_link:visited
{         
	text-decoration: none;
	color: #4f4f51;
}
a.footer_link:hover
{ 
	text-decoration: none;
	color: #000000;
	background-color: transparent;
}
