/* basic elements */
html {
	height: 100%;
	width: 100%
	overflow: hidden;
	}
	
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font: 10px/15px Verdana;
	color: #333333;
	}
	
a:link, a:visited {
	text-decoration: none;
	color: #A11A12;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #A11A12;
	}

/* specific divs */
#global {
    height: 100%;
    width: 100%;
	overflow: hidden;
     }
     
#main_container { 
	position: absolute;
    left: 50%; 
    top: 50%;
    width: 790px;
	height: 530px;
    margin-top: -265px; /* half of the height */
    margin-left: -395px; /* half of the width */
	}
	
#flashcontent {
	width: 100%;
	height: 100%;
}

#facebook_box {
	position: absolute;
	bottom: -40px; 
	left: 10px; 
	height: 30px;
	z-index: 100;
}

#sorry_container {
	width: 790px;
	height: 530px;
    background: url(../imgs/noflash_bg.jpg) no-repeat top left;
}

/* squamish_community_links.html divs */
#squamish_links {
	width: 100%;
	height: 280px;
	background: #a01a12;
	font: 11px/20px Arial;
	color: #ffffff;
}

#squamish_links a:link, #squamish_links a:visited {
	text-decoration: none;
	color: #ffffff;
	}
#squamish_links a:hover, #squamish_links a:active {
	text-decoration: underline;
	color: #ffffff;
	}
	
#squamish_weather {
	width: 150px;
	padding: 10px;
	border: dotted 1px #efefef;
	background: #ffffff;
}
