.header {
	height:150px; 
	background-image:url(images/header.jpg); 
	background-repeat: repeat-x;
	text-align: center;
	font-family:"Arial";
}

.mainbody {
	background-color:#6ea6c3;
	font-family:"Arial";
	padding: 10px;
}

.title {
	text-align: center;
	font-weight: bold;
}

.important {
	color:#ffff00;
}