
html {height:100%;}
html { overflow: scroll;} 
html { overflow-x: auto;}
body
{
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	/*width:872px;*/
	height:100%;
	margin:0; /*auto;*/
	padding:0px;
	background:#0061A9; /*url(gui/bg.jpg) repeat-x left top;*/
	position:relative;
	font-family:Arial;
	font-size:12px;
	color:#333333;
}
#bgDiv {position:fixed; top:0; left:0; width:100%; height:100%;}
#allContentHolder {position:relative; z-index:1; width:1032px; margin:auto;  }
#mainContentHolder {position:relative; z-index:1; width:872px; margin:auto; float:left; }
#adRight {position:relative; z-index:1; width:160px; margin:auto; float:left; margin-top: 125px; }
#adTop {position:relative; z-index:1; width:872px; margin:auto; padding-left: 120px;}

.rsswindow
{
	border:none;
	width:200px;
	height:60px;	
}

.rsswindowwide
{
	border:none;
	width:400px;
	height:60px;	
}

.contentWhite
{
	background-color:#fff;
	
}

.cart 
{
	width:37px;
	height:19px;
	font-size:0px;
	background:url(http://www.rtk.fi/gui/cart.gif) no-repeat;
	cursor:pointer; cursor:hand;
}