/* Temp stuff */
body {
	font-family:"serif", Bookman Old Style, Garamond, MS Georgia, Times New Roman, serif;
	background-color: #fff;
	background:#fff;
}
div#box {
position: absolute;
left: 50%;
top: 40%;
width: 800px;
height: 500px;
margin: -250px 0 0 -400px;
text-align: center;
color:black;
font-size:1em;
}

.title {
	font-size:2em;
}

.temptext {
	font-size:1em;
}