#banner {
	background-image: url('../Images/header_home.jpg');
	height: 250px;
	width:890px;
	margin:7px 15px 15px;
		-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
}
#banner_plain {
	background-image: url('../Images/header_plain.jpg');
	height: 100px;
	width:890px;
	margin:7px 15px 15px;
}