html, body {    
   height: 100%; 
}


#banner {
	background-color: #45BCD2;
	height: 600px;
	width: 105%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	
}
#bottom {
	background-image: url(/test/images/bottom.jpg);
	background-repeat: repeat;
	height: 300px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	
	padding-top: 0px;
	
}

#bottom ul {
	width: 100%;
	
	margin-top: -75px;
	
	
}

#bottom ul li {
	display: inline;
	
}

#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}

/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}


#footer { height: 50px;
           background: none repeat scroll 0 0 ;
           color: white;
           text-align: right;
           width: 100%;
                      
 }

#footer img {
           border:none;
}
