html, body {
  height:100%;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: left;
  background-color: #ffffff;
}

#language
{
	z-index: 100;
	position: absolute;
	top: 20px;
	left: 725px;
}

#evead
{
	z-index: 100;
	position: absolute;
	top: 158px;
	left: 800px;
	width: 125px;
	height: 605px;
}

#chipdiv
{
	position: absolute;
	background-image: url('../images/chiplogo.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 40px;
}

#chipcontent
{
	width: 550px;
	margin-top: 128px;
	margin-left: 247px;
}

#chiptable
{
	width: 550px;
	height: 400px;
}

#chiptable_content
{
	width: 550px;
	border: #dedede solid 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.menuitem_off
{
	width: 115px;
	height: 21px;
	/*background-image: url('../images/menubg_off.gif');
	background-repeat: no-repeat;
	background-position: left;*/
	background-color: #000000;
	cursor: pointer;
}

.menuitem_on
{
	width: 115px;
	height: 21px;
	/*background-image: url('../images/menubg_on.gif');
	background-repeat: no-repeat;
	background-position: left;*/
	background-color: #000000;	
	cursor: pointer;
}

#menucategories
{
	margin-left: 28px;
	margin-bottom: 20px;
}

.submenublock
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
}

#item_news
{
	padding: 10px;
}

#item_timetext
{
	padding-top: 20px;
	padding-bottom: 10px;
	
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px solid #cccccc;
}

#item_news_div
{
	padding: 10px;
	margin-top: 25px;
}

#bottomblack
{
	width: 100%;
	height: 30px;
	background-color: #ffffff;
}



#chatwindow 		
{ 
	width:100%;
	height:300px;	
	overflow: auto;
}
#chatnick 
{ 
	width: 100px;
	border: none;
	border-bottom: #787878 solid 1px;
	margin-top: 4px;
}

#chatmsg 
{ 
	width: 346px;
	border: none;
	border-bottom: #787878 solid 1px;
	margin-top: 4px;
}

#bonus
{
	width:100%;
	height:300px;	
	padding: 10px;
}

#rakeback
{
	position: absolute;
	width: 300px;
	left: 588px;
	top: 110px;
}
