body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: #666666;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	/*background-color: #FFF;*/
	/*height: 75%*/;
	
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 40px;
	margin-bottom: 10px;
	margin-top: 10px;
}

img {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #09C;
}
a:active {
	text-decoration: none;
}

div.homeFooter {
	clear: both;
	height: 5%;
	margin: 0 auto;
	padding 0;
	text-align: center;
}

.banner {
	/*background-image: url(http://i40.tinypic.com/1zg847d.jpg);*/
	background-repeat: repeat;
	text-align: right;
}
.center {
	margin: 0 auto;
	text-align: center;
}

* {
     margin: 0;
}

html {
	height: 100%;
	/*background-color: #CCCCCC;*/
	background-image: url(http://i40.tinypic.com/1zg847d.jpg);
	background-repeat: repeat;
}
.wrapper {
     min-height: 100%;
     height: auto;
     height: 100%;
     margin: 0 auto -2em;
	background-color: #CCCCCC;
	width: 75%;
}
.footer, .push {
     height: 2em;
}