body
{
	margin:0px;
	background-color:#E7E7DF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

#main
{
	width:716px;
	margin-left:auto;
	margin-right:auto;
}

#header
{
	width:716px;
	height:161px;
	overflow:hidden;
}

#footer
{
	width:716px;
	height:105px;
}

#content_container
{
	width:716px;
	background-image:url(../images/content_bg.gif);
}

#content_inner
{
	position:relative;
	top:0px;
	left:27px;
	width:662px;
	min-height:200px;
	height:expression(this.scrollHeight < 200? "200px":"auto" );
	overflow:hidden;
	background-image:url(../images/inner_content_bg.gif);
}

#page_title
{
	width:662px;
	height:68px;
}

.error_title
{
	color:#FF0000;
}

.error
{
	color:#FF0000;
}

.main_text
{
	padding:20px;
}

.user_text
{
	padding:20px;
	min-height:300px;
	height:expression(this.scrollHeight < 300? "300px":"auto" );
}

#predict_button
{
	position:relative;
	width:164px;
	top:0px;
	left:250px;
	cursor:pointer;
	visibility:hidden;
}

.league_text
{
	text-align:center;
}

.league_text_big
{
	position:relative;
	float:left;
}

.league_text_mini
{
	position:relative;
	float:right;
}

a:link, a:visited
{
	text-decoration:none;
	color:#0000FF;
}

a:hover
{
	text-decoration:underline;
}