body{
	height: 100%;
	width: 100%;
	background-color: green;
	color: yellow;
	font-family: Verdana;
}
div.head{
	position: absolute;
	padding: 30px 0px;
	margin-top: 0px;
	top: 0px;
	left: 0px;
	height: 40px;
	width: 100%;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	/*background-color: red;*/
}
div.contents{
	position: absolute;
	left: 0px;
	top: 100px;
	margin-right: 5px;
	/*background-color: blue;*/
	font-family: Verdana;
	font-size: 18px;
}
div.contents img{
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	border: 2px solid yellow;
}
div.bottom{
	position: absolute;
	width: 100%;
	height: 30px;
	top: 500px;
	left: 0px;
	padding: 10px 0px;
	font-size: 22px;
	/*background-color: black;*/
	text-align: center;
}