





@charset "utf-8";
* {
margin: 0; padding: 0px;
}
html, body {
height: 100%;
background-color: white;
}
html {
	overflow-y: scroll;
}
body {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 100%;
}
p{
	font-size: 1em;
	margin-bottom: 0.4em
}
p, a {
	font-size: 1em;
}
a img {
	border: none;
}



.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; 
}
.footer {
	height: 80px; 
	clear: both;
}
.push {
	height: 100px;
	clear: both;
}
