html { 
	overflow-y: scroll; 
}
* { 
	margin:0; 
	padding:0; 
}
body 
{
	font: 12px  "Myriad Pro", Tahoma, Arial, sans-serif;
	line-height: 1.5em;
	color: #413f3f;
	background:#fff url(body.gif) top repeat;
	margin: 0px;
	padding: 0px;
}
img {
	border:0px;
}
a:link {
	color: #0089c0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0089c0;
}
a:hover {
	text-decoration: none;
	color: #04aef2;
}
a.right:link {
	font:12px/1 Myriad Pro,Arial,Sans-serif;
	font-weight:bold;
	color: #0089c0;
	background-color:#f9f8f7;
	display: block;
	float: left;
	width: 190px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	border-bottom:1px #ffffff solid;
}
a.right:visited {
	font:12px/1 Myriad Pro,Arial,Sans-serif;
	font-weight: bold;
	color: #0089c0;
	display: block;
	float: left;
	width: 190px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	background-color:#f9f8f7;
	border-bottom:1px #ffffff solid;
}
a.right:hover {
	color: #04aef2;
	display: block;
	float: left;
	width: 190px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
}

#wrap {
	width:860px;
	margin:0px auto;
}
#header{
	float:left;
	width:860px;
	height:100px;
	background-color:#fff;
}


#fill{
	float:left;
	width:860px;
	background-color:#fff;
}

#desno{
	float:right;
	width:190px;
	background-color:#ffffff;
	margin-right:10px;
}
#content{
	float:left;
	width:650px;
	padding:5px;
	background-color:#ffffff;
	text-align:justify;
}

#footer{
	float:left;
	width:860px;
	height:60px;
	border-top:1px #0089c0 solid;
	background-color:#fff;
}
#newssmall{
	float:left;
	margin:5px;
	width:630px;
	padding:5px;
	background-color:#f9f8f7;
}
#str{
	float:left;
	margin-left:5px;
	padding:5px;
	padding-top:2px;
	padding-bottom:2px;
	font-size:12px;
	background-color:#f9f8f7;
}
#newssmall .title{
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

#usefullinks{
	float:left;
	width:190px;
	padding:0px;
	margin-top:10px;
}
#randomgame{
	float:left;
	width:190px;
	padding:0px;
	margin-top:5px;
}
.presimg{
	float:left;
	width:90px;
	height:90px;
	background-color:#04aef2;
	padding:3px;
	margin:5px;
}