#header {
	width: 100%;
	height: 150px;
	color: white;
	background-color: #62d413;
	background-image: url(../images/header_1.png);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 5px;
}
#header:hover {
	background-image: url(../images/header_2.png);
}
