@charset "utf-8";
body {
	background-color: #000000;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
#temp_box {
	text-align: center;
}
#temp_image {
	padding-top: 15%;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

}
#temp_info {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 10px;
	color: #999999;
}
