html, body {
    height: 100%;
}

#main {
	min-height: 415px;
	min-width: 625px;
	height: auto !important;
	height: 100%;
	margin: 0px auto;
	text-align: center;
	position: relative;
	width: 100%;
}

#banner {
	margin: 0px auto;
	text-align: center;
	height: 60px;
}

#logo {
	position: relative;
	top: 10px;
	left: 15px;
	border-style: none;
}

#footer {
	bottom: 20px;
	font-size: 10px;
	position: absolute;
	text-align: center;
	width: 100%;
}

body {
	margin: 0px;
	text-align: center;
	min-width: 100%;
	width: 100%;
}

form {
	margin: 0px;
	padding: 10px;
}