
.page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:100%;
	overflow:hidden;
	margin: 0 auto -120px; /* the bottom margin is the negative value of the footer's height */
	background: url('../images/static_bg.jpg') top center no-repeat fixed; 
}
.header {  
	display: block; 
	margin:0 auto;
	padding:0;
	width:100%;
	background: url('../images/slider03.jpg') top center no-repeat;
	overflow:hidden;
	height:190px;
	}	
	
	.call_us {
	display:block;
	position:fixed;
	left:50%;
	margin-top:10px;
	margin-left:220px;
	}

	.call1 {
		color:#f37f00;
		font: 100 16px 'Ubuntu Condensed', sans-serif;
		text-align:center;
		text-shadow:none;
	}
	
	.call2 {
		color:#f37f00;
		font: 100 30px 'Ubuntu Condensed', sans-serif;
		text-align:center;
		text-shadow:none;
	}
	
	.number {
		color:#f37f00;
		font: 100 33px 'Ubuntu Condensed', sans-serif;
		text-align:center;
		text-shadow:none;
	}
