

html {height:100%;}

body {
	margin: 0;
	padding: 0;
	
	font-family: "Lucida Console", Monaco, monospace;
	line-height: 150%;
	color: #3f5b95;
	font-size: 90%;
	height: 100%;
	background:  url(../images/roest.jpg);
}


#wrapper {position: relative; margin: 0px auto;  width: 100%; max-width: 600px; text-align: left; color: #000; 	
height: 100%; 	background:  url(../images/bg.jpg);
position: relative;
	margin: 0px auto;
	text-align: center;
	border-left: 3px solid #74806b;
	border-right: 3px solid #74806b;

 }

#header {text-align: center;  width: 100%; }


#content {
	margin: 0 auto;
	width: 95%;
	padding: 5px 15px;
	background:  url(../images/bg.jpg);
	
} 

#footer {font-size: 90%;  text-align: center; color: #fff; font-weight: normal;
-webkit-border-radius: 10px;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius: 10px;
-moz-border-radius-bottomright: 0;
border-radius: 10px;
border-bottom-right-radius: 0;
}


h1 {font-size: 250%;  margin-bottom: 0px; letter-spacing: 1px;}
h2 { font-size: 140%; font-weight:bold; padding-bottom: 0.5em;}

p {	 }




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