div {padding:0 margin:0}

body {
  /*Text*/
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  text-align: center;
  
  /*Background*/
  background-color: #eeeeee;
  
  
  /*Margin & padding*/
  
  padding: 0;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-weight: normal;
}

div.footer {
clear: both; 
}

div.wrapper {
z-index: 500;
	width: 90%;
	min-width: 760px;

	margin: 10px auto;

	background: url("http://easypoker.nu/images/wrapper_lc.gif") #FFFFFF repeat-y 0 10px;

}

div.tl {
	background: url("http://easypoker.nu/images/wrapper_tl.gif") no-repeat 0 0;

	font-size: 1px;
}

div.tc {
    	background: url("http://easypoker.nu/images/wrapper_tc.gif") repeat-x 0 0;
    	
	height: 10px;
	min-height: 10px;

	font-size: 1px;
}

div.tr {
	background: url("http://easypoker.nu/images/wrapper_tr.gif") no-repeat right 0;

	height: 10px;
	min-height: 10px;

	font-size: 1px;
}

div.bl {
	background: url("http://easypoker.nu/images/wrapper_bl.gif") no-repeat 0 0;

	font-size: 1px;
}

div.bc {
    	background: url("http://easypoker.nu/images/wrapper_bc.gif") repeat-x 0 0;

	font-size: 1px;
}

div.br {
	background: url("http://easypoker.nu/images/wrapper_br.gif") no-repeat right 0;

	height: 10px;
	min-height: 10px;

	font-size: 1px;
}

div.right {
	background: url("http://easypoker.nu/images/wrapper_rc.gif") repeat-y right 10px;

	width: 100%;
}

div.footer {

	margin: 40px 10px 0px 10px;
	padding-top: 5px;

	border-top: 2px solid #e5e5e5;

	font-size: 11px;

	min-height: 20px;
	height: 20px;
	line-height: 20px;
}

div.content {
	margin: 10px 200px 20px 200px;


	text-align: left;

}


div.container {
	padding-left: 10px;
}


div.fleft {

	float: left;

	margin: -10px 0 0 -5%;
	padding-left: 20px;

  	width: 150px;

	text-align: left;
}

div.fright h2,div.fleft h2 {
	margin: 15px 0 20px -10px;
	padding: 0 0 2px 0;

	font-size: 13px;

	border-bottom: 1px solid #e5e5e5;
}

div.fleft ul,li,div.fright ul,li {
	padding: 0;
	margin: 0;
	
	list-style-type: none;
}

div.fright {
	float:right;
 	width: 150px;

	margin: -10px 0 0 0;
	padding-right: 20px;

	text-align: left;
}


/* IE/Win is also using these rules, but it doesn't mind */
* html div.center {margin-right: -100%;}
* html div.left {margin-left: 0;}

div.contentfloatholder {/* also makes the right "sliding" tab */
float: left;
width: 100%;
position: relative;
}


div.contentfloatholder:after {
/* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
    height: 0px;
    clear: both; 
    visibility: hidden;
}

div.contentwrap {
  float:left;
  width: 100%; 
	margin: 0 -95% 0 0;
}

