html{
   height: 100%;
}

body{
  	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
	background-image:url('../images/bgcsik.gif');
	background-repeat:repeat-y;
 	float:left;
 
}


div{
      margin:0px;
	padding:0px
}

div#wapper {
   min-height: 100%;
   height: auto !important;
   height: 100%;
   margin: 0 auto -120px auto;
  
}

div#left{
  width:475px;
  float:left;
  background-color:white;
  height:100%;
}

div#leftimage{
  width:190px;
  position:absolute;
  height:500px;
  clear:none;
	float:left;
	background-image:url('../images/bgnagy.jpg');
}


div#mainmenu{
  width:285px;
	float:right;
	background-color:#557744;
	clear:none;
	margin-top:28px;
}

div#devcenter{
		   
		clear:both;
		float:left;
		width: 100%;
              min-height: 40px;
		margin: 0px 0px 0px 0px;
		background-image: url("../images/devcenter_logo.gif");
              background-repeat: no-repeat;
              background-position: center;
		overflow: hidden
		
		   
}

div#devcenter:hover{
		   
		clear:both;
		float:left;
		width: 100%;
              min-height: 40px;
		margin: 0px 0px 0px 0px;
		background-image: url("../images/devcenter_logo_on.gif");
              background-repeat: no-repeat;
              background-position: center;
		overflow: hidden
		
		
		   
}

div#also{
	
   	min-height: 70px;
	
}

div#right{
	background-color:#f3f0e9;
	float:left;
	/*width:525px;*/
	
	height:100%;
	min-height: 550px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 100px 0px;
	/*left:475px;
	width:490px;*/
	clear:none;
}

div#right div{
	margin-left:0px;
	padding:0px;	
}

div#submenu{
/*	background-color:teal;*/
	margin-top:22px;
	margin-bottom:20px;
	float:left;
	width: 490px;
}

div#content{
  float:left;
  width:490px;
  line-height:22px;
  font-size:13px;
}

div#message{
  clear:both;
}

div#lefttext{
  position:absolute;
	left:190px;
  top:290px;
}

table.cont{
  table-layout:fixed;	
}