@import url("global.css");

/* --- BANNERIMAGE RULES --- */
#bannerimage
{
	border-top: 1px solid #fff;
	margin: 0 3%;
	height: 160px;
	min-width: 500px;
	max-width: 1000px;
	background-image: url(../images/sunset2.jpg);
	background-repeat: no-repeat;
	background-position: 66%;
}

#bannerimage-article
{
	border-top: 1px solid #fff;
	margin: 0 3%;
	height: 160px;
	min-width: 500px;
	max-width: 1000px;
	background-image: url(../images/sunset2.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
}