@charset "windows-1252";

* {
	margin: 0px;
}

html, body {
	padding: 0px;
	height: 100%;
}

body {
	background-image: url(/images/bg-body.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

body, table, input, select, textarea {
	font-family: Arial;
	font-size: 9pt;
}

#main {
	position: relative;
	min-height: 100%;
	padding: 0px;
}

#header {
	padding: 21px 0px 0px 10px; /* top right bottom left */
	height: 94px;
}

#content {
	padding-bottom: 32px;
}

#footer {
	background-image: url(/images/bg-footer.jpg);
	background-color: #d8d8d8;
	position: absolute;
	color: #000000;
	height: 32px;
	width: 100%;
	bottom: 0;
}

#footer p {
	padding: 10px 10px 0px 0px; /* top right bottom left */
	text-align: right;
}
