@charset "utf-8";
/* CSS Document */

.bottom_space
{
	height: 100px;
	background-color: #FFFFFF;
	clear: both;
}

.atb_footer
{
	background-color: #000000;
	height: 110px;
	width: 960px;
	clear: both;
	/*top: -80px;*/
	position: relative;
	left: 18px
}

/* Footer text style */
.atb_footer .ac_footer_text
{
	font-size: 0.78em;
	color: #999999;
	margin-left: 230px;
	margin-top: 50px;
	position: absolute;
}

.atb_footer .ac_footer_text a
{
	color: #999999;
	text-decoration: none;
}

.atb_footer_home
{
	background-color: #000000;
	height: 110px;
	width: 960px;
	clear: both;
	/*top: -80px;*/
	position: relative;
	left: 0px
}

/* Footer text style */
.atb_footer_home .ac_footer_text
{
	font-size: 0.78em;
	color: #999999;
	margin-left: 230px;
	margin-top: 50px;
	position: absolute;
}

.atb_footer_home .ac_footer_text a
{
	color: #999999;
	text-decoration: none;
	border-bottom: none;
}

.atb_footer_home .ac_footer_text a:hover
{
	background-color: #000000;
	padding: 0;
}


