@import "template.css";

#header {
	float: left;
	height: 110px;
	margin: 4% 2% 0 2%;
	position: relative;
	width: 96%;
}
#page_content {
    background: url("../images/event_web.jpg");
    background-position: center;
    background-size: contain;
    height: 1800px;
    border-radius: 6px;
    width: 85%;
    margin-left: 8%;
}
