/*
	Background Stretcher jQuery Plugin
	 2011 ajaxBlender.com
	For any questions please visit www.ajaxblender.com 
	or email us at support@ajaxblender.com
*/
body{ margin:0;}
.bgstretcher UL, .bgstretcher UL LI {margin: 0;padding: 0;list-style: none;}
.bgstretcher { color:#5B6C86;overflow: hidden;width: 100%;position: fixed;z-index: 1;_position: absolute;  /*IE6 doesn't support fixed positioning*/top: 0;left: 0;}
.bgstretcher-page{height:100%;}
.bgStretcherNav, .bg_btn{display:block;width:33px;height:51px;	position: absolute;z-index:999;float:left;}
.wrapper {position:relative;width:100%;	z-index:10;text-align:center;}
.bannerpic {position:absolute;top:0;left:0;width:100%;height:400px;overflow:hidden;z-index:0;}
