html, body {
	height: 100%;
}

body {
    margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.5;
	background-color:#534741;    
    font-size: 11px;
    font-family: "Arial";
    text-shadow: 0px 1px 1px #000; 
}

#main { 
 	width: 100%;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	height: 100%;
	position: relative;
}
 
#middle {
	margin: 0 auto;
	padding:200px 0px 0px 0px;
	width: 200px;
	text-align:center;
}

#middlecontent {
	margin:0 auto;
	text-align: center;
}

h3 {
	font-size: 20px;
	padding: 0px 0px 10px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:10px;
	color:#e1e1e1;
	border-bottom: 1px dotted #666;
}

h2 {
	font-size: 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 5px 0px 0px 0px;
	margin:10px;
	color:#e1e1e1;
}

p { 
	font-size: 1.2em; 
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#e1e1e1; 
	line-height:1.6em; 
	margin: 10px; 
	padding:0px;
	background-color: inherit;
}

a { 
	color:#999; 
	text-decoration: none; 
	background-color: inherit;
}

a:hover { 
	color:#666;
	background-color: inherit;
}

