* {
	margin: 0;
}
html, body {
	height: 100%;
}

#wrapper {
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -90px; /* the bottom margin is the negative value of the footer's height */
}

footer, .push {
	height: 90px; /* .push must be the same height as .footer */
	width:100%;
	background-color: #D9D9D8;
	text-align: center;
	font-size:13px;
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

section, footer p {
	width: 998px;
	margin: 0px auto;
}

footer p {
	padding-top:18px;
}

.red {
	color: #E3001B;
}

#logo {
	float: left;
	margin-top: 13px;
	margin-left:10px;
	margin-bottom:41px;
}

#first p {
	width: 830px;
	font-size: 15px;
	font-family: Arial, sans serife;
	float: left;
	margin: 46px 0px 0px 56px;
	letter-spacing:1px;
}



#contact {
	 margin-top: 54px;
	 margin-bottom: 100px;
    margin-left: 43px;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 26px;
}