
/* CSS Document */

.body {
	padding:0;
	margin:0 ;
}

.button{
	padding:5px 0 0 0;
	margin:0 auto;
	background:url(buttom_bg.gif) repeat-x center center;
	font:11px Arial, Helvetica, sans-serif;
	color:#656464;
	height:20px;
	font-weight:800;
	text-align: center;
	border-left:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
}

.button a{
	text-decoration:none;
	color:#656464;
}





.button a:hover{
	color:#09C;
}
