/* CSS Document */

@media only screen and (min-width: 960px) {

#widebanner {
	width: 730px;
	height: 95px;
	margin-right: auto;
	margin-left: auto;
}

}

@media only screen and (min-width: 700px) and (max-width: 959px){

#widebanner {
	width: 468px;
	height: 65px;
}

}

@media only screen and (min-width: 550px) and (max-width: 699px){

#widebanner {
	width: 320px;
	height: 105px;
}

}

@media only screen and (min-width: 470px) and (max-width: 549px){

#widebanner {
	width: 468px;
	height: 65px;
}

}

@media only screen and (max-width: 469px) {

#widebanner {
	width: 320px;
	height: 105px;
}

}