#header {
	width: 420px;
	background-color: #d0d0ff;
	margin-bottom: 10px;
}

#header h1 {
	text-align: center;
}

#header p {
	margin: 10px;
}

.area {
	width: 420px;
	background-color: #e0e0ff;
}

.area p {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.area .text {
	width: 395px;
	height: 200px;
	margin: 10px;
}

#button_area {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 420px;
	height: 70px;
}

#button_area #checkbox_area {
	margin: 10px;
}

#button_area #buttons {
	margin: 10px;
	width: 400px;
}

#button_area #buttons #convert_1 {
	width: 180px;
	height: 36px;
	float: left;
}

#button_area #buttons #convert_2 {
	width: 180px;
	height: 36px;
	float: right;
}

#footer {
	width: 420px;
	background-color: #a0a0ff;
	margin-top: 10px;
	font-size: 80%;
	color: #666;
	text-align: center;
}

#footer img {
	padding-right: 10px;
	vertical-align: middle;
	border: 0px;
}
