html, body, div, span, img {
	height: 95%;
}

html {
	overflow: hidden !important;
}
body {
 font-family: Tahoma, Geneva, sans-serif;
 margin: 0px;
}

div {
	text-align: right;
}

#temp {
 font-weight: bold;
 text-align: center;
 color: white;
 width: 3em;
 display: inline-block;
 vertical-align: middle;
}


