@charset "UTF-8";
/* CSS Document */

#mheader {
	background: #fff;
	padding-bottom: 10px;
}

#mbody {
	background: #fff;
	padding-top: 10px; 
	padding-bottom: 20px;
}

.mbtn {
	width: 90%;
	font-size: 1.3em;
	margin-bottom: 10px;
	white-space: normal;
}

#mfooter {
	padding-top: 10px;
	padding-bottom: 30px;
}

#mfooter p {
	color: #fff;
}

#mfooter a {
	color: #ccac00;
}