* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: "monos";
	src: url('/files/fonts/monos.eot');
	src: url('/files/fonts/monos.eot?iefix') format('eot'),
	url('/files/fonts/monos.woff') format("woff"), 
	url('/files/fonts/monos.ttf') format("truetype"), 
	url('/files/fonts/monos.svg') format("svg");
   font-weight: normal;
   font-style: normal;
}

html, body {

width:100%; 
height:100%; 
overflow:hidden; 
text-align:left;
font-size: 11px; 
font-family: 'monos', 'arial', 'courier';
}

#background {
display: block;
margin-left: 45px;
z-index:1;
margin-top: 270px;
width:520px; 
}

#scroller {
position:absolute; 
width:100%; 
height:100%; 
top:0; 
left:0; 
overflow:auto; 
z-index:2;
} 

#transparency {background: #fff; opacity: 0.7; -moz-opacity:0.7; }

#text {text-align:center; margin-top: 150px;}

a:link { text-decoration: none; color: #00580E; }
a:active { text-decoration: none; color: #444; }
a:visited { text-decoration: none; color: #00580E; }
a:hover { color: #555; background: #ddd; }

h1 { font-size: 30px; margin: 25px 0 60px; letter-spacing: 0.8em; }
h2 { font-size: 24px; margin: 35px 0 10px;}
h3 { font-size: 12px; margin: 25px 0 10px;}
h4 { font-size: 12px; text-decoration: underline; margin-top: 10px;}
