html {
	overflow: -moz-scrollbars-vertical;
}

body {
	background-color: #72675B;
	text-align: center;
	margin: 0px;
}

p, form {
	margin: 0px;
}

/**
 * All elements with the basic font.
 */
body, p, table, input, textarea, select, .button {
	font-family:  Verdana, Tahoma, Arial, Georgia, Sans;
	font-size: 11px;
	line-height: 15px;
	color: black;
}

h1 {
	color: black;
}

/*
 * Main container on the website.
 */
div.main {
	width: auto;
}
	div.main a img {
		border: 0px;
	}
	
	div.main div.cols {
		text-align: left;
		width: auto;
	}
		div.main div.cols div.padding {
			padding: 20px;
		}

		div.main div.cols div.lftcol,
		div.main div.cols div.rgtcol {
			display: none;
		}

		div.main div.cols div.midcol {
			line-height: 17px;
			width: auto;
		}
			div.main div.cols div.midcol div.padding {
				padding-top: 10px;
			}
				div.main div.cols div.midcol div.padding div.logo {
					text-align: center;
				}

	div.main div.copyright {
		display: none;
	}	

