body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
}

#header {
	font-size: 21px;
	font-style: bold;
	text-align: center;
}

#main_box {
	font-size: 11px;
	width: 500px;
	margin: 2% auto 5% auto;	/* top, right, bottom, left */
	background-color: #eee;
	border: 1px dashed #333;
	padding: 15px;
}

#footer {
	text-align: center;
	background-color: #CCFFCC;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	width: 100%;
	margin: 0px auto;
	border: 1px dashed #333;
}
