@charset "utf-8";

#head {
	background-image: url(dalrise.jpg);
	height: 200px;
}

#head h1 {
	display : none;
}

#content h2 {
    background-color: #ddd;
    color: blue;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
	text-decoration: underline;
}

.foot {
	width: 100%;
	background-color: #999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	padding: 10px;
	color: #FFF;
	margin-top: 10px;
	clear: left;
	text-align: center; 
	position: fixed;
	bottom: 0px;
}