@charset "UTF-8";
/* CSS Document */

html {
	background:url(../images/redwoods.jpg) no-repeat center center fixed;
	    -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		
}
body {
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:85%; 
	color: #000; 
	}
	
h1 {
	font-family:Tahoma, Geneva, sans-serif;
	color:#900;
	}
	
.highlight {
	font-weight:bold; 
	color:#900;
	}
#content {
	background-color:#FFFFFF;
	padding: 10px;
	margin:20px auto 20px auto;
	width: 600px;
	border:1px solid black;
     /* for IE */
filter:alpha(opacity=60);
/* CSS3 standard */
opacity:0.6;
}