@charset "utf-8";
/* CSS Document */

body, html {
	margin: 0px;
	padding: 0px;
	height: 99%;
	width: 100%;
}
#kickback {
	margin: 0px;
	padding: 0px;
	background-color: #888888;
	text-align: center;
	color: #DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
}
.boxy  {
	display: inline;
	margin: 0px;
	padding: 0px 10px;
	border-right: 12px solid #996622;
	border-left: 12px solid #996622;
}
.boxy a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.boxy a:hover {
	color: #FFFF66;
}



