@charset "utf-8";

table
{
	border-style: solid;
}


#logo
{
	background-image: url(logo.png);
	width: 524px;
	height: 151px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -125px 0 0 -262px;
}

#ready
{
	font-family: helvetica;
	color: #333333;
	font-size: 30px;
	position: relative;
	top: 150px;
	text-align: right;
	width: 100%;
}
