@charset "utf-8";
.gridContainer.clearfix #header h1 {
	font-size: 1.5em;
	text-align: center;
}
body {
	background-color: #ffc;
}
#header {
	background-color:#3f3;
	border:2px solid;
	border-radius:25px;
	-moz-border-radius:25px; /* Firefox 3.6 and earlier */
}
#footer {
	background-color:#3f3;
	border:2px solid;
	border-radius:25px;
	-moz-border-radius:25px; /* Firefox 3.6 and earlier */
	text-align:center;
}
