@media only screen and (max-device-width: 480px) {}


#Column2 {
	width: auto;
	float: none;
	padding: 10px;
}
#Wrapper {
	width: auto;
	margin: 2px;
}
#Wrapper #Banner {
	height: 110px;
	background-image: url(template/images/banner-mobile.png);
	width: auto;
	background-color: #666;
	background-repeat: no-repeat;
}
