* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 11px/16px Tahoma, Verdana, arial, sans-serif;
	height: 100%;
	color:#7f7f7f;
}
a {
	color:#117abf;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 10px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
.clear{
	clear:both;
	font-size:0;
	line-height:0;
	border:none;
	float:none;
	width:100%;
	height:0px;
}
.wrapper {
	width: 100%;
	min-width: 1090px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}



.footer {
	margin: -60px auto 0;
	min-width: 1090px;
	height: 60px;
	background: #292929;
}

.footer a{
	color:#7f7f7f;
}

.footer table{
	padding-top:15px;
	width: 1090px;
	margin: 0 auto;
}