/* skinbanner sets the background image for the bannerpane */
.skinbanner {
	width: 785px;
	height: 195px;
	background-image: url(images/V1/topper.jpg);
	background-repeat:no-repeat;
}
/* bannerpane sets the position of the module content within the bannerpane, 
depending on the image you use in skinbanner, 
you need to set an appropriate position for the content */
.bannerpane {
	/*width: 100%;*/
	background-color: transparent;
	/*padding-left: 50px;
	padding-right: 450px;
	padding-top: 50px;*/
}


