body{
	background:#EEF5F9 url('/PredictioneersGame/images/bg_blue.png') repeat-x;
    color: black;
}

#page {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 956px;
	border-right-color: white;
	border-left-color: white;
}

#site-header{
	background: url('/PredictioneersGame/images/top.png') no-repeat top;
	padding-bottom: 15px;
}

#sub-header{
	background: url('/PredictioneersGame/images/home-top-bg.png') no-repeat scroll transparent;
	width: 956px;
}

#main{
	background-color:white;
	width: 956px;
         }

#footer{
	background: url('/PredictioneersGame/images/bottom1.png') no-repeat bottom;
	padding-bottom: 15px;
	width: 956px;
}

#topNav {
	position: relative;
	width:100%;
}

#topNav ul {
	display:block;
	margin:0;
	margin-right:7px;
	padding:0 0 0.5em;
	top:10px;
	right: 0;
	position: absolute;
	color: red; 
}

#topNav li {
	background-position:right center;
	background-repeat:no-repeat;
	display:block;
	float:left;
	line-height:1.1em;
	margin:0 18px 0 0;
	padding-bottom:0;
	position:relative;
	text-indent:13px;
	font-size: small; 
	font-family: 'Verdana';
	font-weight: bold;
}

progress{
	background-image: url('/PredictioneersGame/images/ajax/ajax-loader.gif');
	display: block;
}

.rich-mpnl-content{
	background-color: white;
	display: block;
	font-family: serif;
	font-size: small;
	size: auto;
	overflow: auto;
}

.loginText{
	font-weight: normal;
	font-family: serif;
	font-size: x-large;
	color: gray;
}

.lineStyle{
	line-height: 2px;
	width: 100%;
	color: orange;
	border-top-style: solid;
}

.messageText{
	font-weight: normal;
	font-family: serif;
	font-size: medium;
	color: black;
}