/* CSS Document */
#body {
	clear: both;
	background: #FFFFFF;
}
#header {
	border-bottom: 1px solid #000000;
	clear: both;
	padding: 20px;
	height: 100px;
}
#footer {
	background: #CCCCCC;
	height: 100px;
	clear: both;
	border-top: 1px solid #000000;
	padding: 20px;
}
#contents {
	clear: both;
	background: #FFFFFF;
	padding: 20px;
}

