/** MAIN BACKGROUND **/
html { 
	background: url('bg.jpg') no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/** MAIN CONTENT **/
#main_content { max-width: 1000px; margin-top: 0; box-shadow: none; }

#main_content {
	-webkit-border-top-right-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

/** HERO SLIDE **/
header#page_header #hero {  }
header#page_header #hero a#logo { background-color: transparent; box-shadow: none; }
header#page_header #hero a#logo img {  }

/** LOGO **/
header#page_header a#logo {  }
header#page_header a#logo img {  }
