@charset "utf-8";
#background {
	background-color: #FFF;
	top: 10px;
	bottom: 10px;
	height: 1500px;
	border-width:2px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#background #header {
	height: 240px;
}