@charset "UTF-8";
/* CSS Document */

#footer-spacer{
	width:100%;
	height:25px;
}

#chrome-lift{
	width: 100%;
	height: 20px;
	position:fixed;
	bottom:0;
	left:0;
	background-image: url("../images/other/border-bottom.png");
	background-repeat: repeat-x;
	background-position: center bottom;
	z-index: 10000;
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
	#chrome-lift{ display: none; }
}