@charset "UTF-8";
/* CSS Document */


div.top_games
{
	position:absolute;
	top:206px;
	left:188px;
	width:422px;
	height:123px;
	background-image: url(images/games/games_paneel.gif);
	background-repeat:no-repeat;
}


div.midden_games
{
	position:absolute;
	top:300px;
	left:188px;
	background-image: url(images/chalkboard.jpg);
	border-style: solid;
	border-width:1px;
	border-color: #ffffff;
	width:420px;
	height:600px;
	overflow:auto;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #000000;
	scrollbar-3dlight-color: Yellow;
	scrollbar-darkshadow-color: #000000;
	scrollbar-highlight-color: #EBB81E;
	scrollbar-face-color: #EBB81E;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #000000;
}



