@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}

html, body {
	height: 100%;
	margin:0;
	padding:0;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
}

.push {
	height: 50px;
}

.footer {
	height:18px;
	width:550px;
	margin:0 auto;
	padding-top:32px;
	padding-right:50px;
	text-align:right;
	background:url('images/foot.jpg') no-repeat #fff;
	color:#fff;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.footer a, .footer a:hover, .footer a:active, .footer a:visited {
	text-decoration:none;
	color:#fff;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

table {
	width:600px;
	margin:0 auto;
}

a img {
	border:0;
}

td {
	text-align:left;
}
