#background-img {
	background: url(/wp-content/themes/ultimate_wave/_m/generic/background.jpg) no-repeat scroll center center;
}

#generic-background {
	background: transparent url(/wp-content/themes/ultimate_wave/_m/generic/white_center_box.png) no-repeat scroll center center;
	height: 354px;
	width: 616px;
	top: 55px;
	left: 190px;
	position: absolute;
}

* html #generic-background {
	background: url(/wp-content/themes/ultimate_wave/_m/layout/_clear.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/ultimate_wave/_m/generic/white_center_box.png', sizingMethod='crop');
	position: static;
	margin-top: 55px;
	margin-left: 190px;	
}

.generic-header {
	top: 30px;
	left: 50px;
	position: absolute;
}

* html .generic-header { position: relative; }

.post {
	color: #055695;
	font-size: 12px;
}

#scroll-pane-contents {
	margin-top: 0px;
}

#scroll-pane {
	top: 40px;
	width: 510px;
	position: absolute;
	height: 270px;
	overflow: hidden;
	left: 50px;
	margin-top: 15px;
}

* html #scroll-pane {
	position: relative;
	top: 20px;
}

#scroll-arrow-up {
	top:16px;
	right: 20px;
}

#scroll-arrow-down {
	top: 299px;
	right: 20px;
}

* html #scroll-arrow-up {
	top: 70px;
	right: 210px;
}

* html #scroll-arrow-down {
	top: 355px;
	right: 210px;
}