* {
	margin: 0;
}
html, body {
	height: 100%;

}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -78px; /* the bottom margin is the negative value of the footer's height */
}
.footer {
	height: 78px; /* .push must be the same height as .footer */
	background-image: url(../images/repeating_background.gif);
	background-repeat: repeat-x;
}
.push {
	height: 78px; /* .push must be the same height as .footer */
}
#logo {
	background-image:url(../images/logo.jpg);
	height: 70px;
	width: 250px;
	background-repeat: no-repeat;
	margin: 10px;
}
#content {
	margin-left: 300px;
		font-family: Arial;
	font-size: 12px;
}
input {
	background-color: #CCC;
}
