@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}
html, body {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	background:#f7f7f7;
}
a {
	margin:0;
	padding:0;
}
body {
	background-image:url(../images/exeed_bg.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
p{
	margin-top:10px;
	margin-bottom:10px;
}
div {
	text-align:left;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FF0000;
}
img {
	vertical-align:bottom;
	border:0;
}
.wrapper {
	width:922px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -160px; 
	/* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	margin:auto;
	height:170px;
 /* .push must be the same height as .footer */
}

