
body {
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
}
a {
	color:#00f;
}
a:link { 
	color:#00f;
}
a:visited {
	color:#00f;
}
a:hover {
	color:#00f;
}
a:active {
	color:#00f;
}
img {
	border-style: none;
}


#page
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#header
{
	height:100px;
	width:100%;
}

#header_top
{
	height:75px;
}

#header_top_left
{
	float:left;
}

#header_top_right
{
	float:right;
	font-size:85%;
	text-align:right;
}

#header_bottom
{
	height:25px;
	clear:both;
	background:url('/images/top_nav_grad.png') repeat-x;
	padding:2px;
	font-size:18px;
}

#header_bottom a
{
	text-decoration:none;
}

#main
{
	width:100%;
	min-height:460px;
}

#app
{
	width:500px;
	margin-top:100px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#app_top
{
}

#prompt
{
	font-size:36px;
}

#input
{
	width:300px;
	margin-top:10px;
	font-size:36px;
	text-align:center;
}

#footer
{
	font-size:85%;
	text-align:center;
}

.softbox {
	border:1px solid #69c;
	background-color:#99CCFF;
	padding:1px 10px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


/*   TRAINER   */

#training {
    margin-top:50px;
}
.diff_mod {
    color:#3c3;
}
.diff_add {
    color:#33c;
}
.diff_rem {
    color:#c33;
}
#tryagain {
    display:none;
    font-size:16pt;
}