html, body {height: 100%; background-image: url('images/bg.jpg'); font-family: 'Open Sans', sans-serif;}

a{color: #0e435a; text-decoration: none;}
a:visited{}
a:active{color: #FFF;}
a:hover{color: #209cd1; text-decoration: underline; font-weight: bold; text-shadow: 0px 1px 1px #BBB;}
underline{border-bottom: 1px dotted #000;}
h1{font-family: 'Merriweather', serif; font-weight:900; font-size:28px;}

#wrap {min-height: 100%; z-index: 1;}

#main {overflow:auto;
	padding-bottom: 50px;}  /* must be same height as the footer */

#content {margin-top: 0px;
	  padding-top: 15px;
	  width: 836px;
	  background-color: rgba(255, 255, 255, 0.6);
	  border-radius: 1px;
	  box-shadow: 0px 0px 8px 8px rgba(0,0,0,0.3); 
}

#footer {position: relative;
	margin-top: -30px; /* negative value of footer height */
	height: 30px;
	clear:both;
	font-size: 10px;
	color: #FFF;
}

#footer a{color: #FFF;}
#footer a:hover{color: #FFF; font-weight: bold;}
#footer a:visited{color: #FFF;}
#footer a:active{color: #FFF;}

#link a{color: #000; font-weight: bold; text-decoration: none;}
#link a:hover{text-shadow: 0px 1px 1px #555;}
	
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/}
