html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}


body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #F2E7D3;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #330000;
}

a, a:visited {
	color: #336600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #336600;
}

a img {
	border: none;
}



/* layout */
.container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 980px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	-moz-box-shadow: 0px 0px 150px 150px #FFF;
	-webkit-box-shadow: 0 0 150px 150px #FFF;
	box-shadow: 0 0 150px 150px #FFF;
	margin-top: 40px;
}

