@charset "UTF-8";
/* --- CSS Document by Codify Design Studio - codifydesign.com --- */

body {
	margin: 0px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: "Trebuchet MS";
	background-image: url(images/Avalancheblasts.jpg);
    background-color: #AAAAAA;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

a { color: #36C; }
a:visited  { color: black; }
a:hover    {
	color: #305d87;
}

.contentArea {
	position:absolute;
	width:100%;
	height:500px;	
	margin: 0px;
	padding: 0px;
	top: 20px;
}
.innerContent{
	position: relative;
	margin: 0px 0px 0px 120px;
	padding: 44px 0px 0px 0px;
	width: 960px;
	height: 500px;
}
.right_image {
	float: right;
	width:205px;
	margin: 0px 0px 10px 10px;
}
.right_image img {
	display: block;
	margin-bottom: 10px;
}
.right_image p {
	display: block;
	font-size: 12px;
	color: #bfdcf9;
}
.company_logo {
	display:inherit;
	width: 402px;
	height: 53px;
	position: absolute;
	top: -2px;
	left: 101px;
	background: url(images/our_company_logo.png) no-repeat 0px 0px;
	background-color: #305d87;
}
.mountains_background {
	position: relative;
	background-color: blue;
	bottom: 0px;
	min-width: 980px;
	height: 95%;
	background: url(images/mountains_center.png) repeat-x center bottom;
	overflow: hidden;
	width: 100%;
	z-index: auto;
}
.mountains_background .mountains_left {
	position: relative;
	float: left;
	width: 340px;
	height: 600px;
	background: url(images/mountains_left.png) no-repeat 0 0;
}
.mountains_background .mountains_right {
	position: relative;
	float: right;
	width: 620px;
	height: 600px;
	background: url(images/mountains_right.png) no-repeat right bottom;
}
