html{
	background-image: url(img/background.png);
	background-color:#9DA485;
}
html,body{
	font-family:Verdana, Geneva, sans-serif;
	width:100%;
	height:100%;
	min-height: 100%;
}
html,body,div,h2,h3,p{
	margin:0px;
	padding:0px;
}
div#overlay_container{
	background-image: url(img/background_gradient.png);
	background-repeat:repeat-x;
	width:100%;
	height:100%;
	min-height: 100%;
}
html>body div#overlay_container{height:auto;min-height: 100%;}

div#page{
	width:950px;
	background:#FCFEE7;
}

div.link{
	width:930px;
	background-color: #4c6b5f;
	margin: 0px auto;
	padding: 10px;
	text-align:center;
}
div.link a{
	color:white;
}
div#page img{
	padding:0px;
	margin:0px;
	border:0px;
}
div#content{
	display:block;
	float:none;
	width:auto;
	margin: 0px 100px;
	text-align:center !important;
	font-style: italic;
}
h2{
	color:#4c6b5f;
	font-family:Georgia, Georgia, serif;
	margin: 0px auto 50px auto;
}
h3{
	margin-top:10px;
}
span.info{
	display:block;
	margin:20px;
	font-size:x-small;
}
