html {
	height: 100%;
}
body {
	background-image:url("images/hatter.jpg");
	background-repeat:repeat;
	padding: 0;
	margin: 0;
	height:auto; /* FF and compliant browsers should automatically size the body/html */
	height:100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
	min-height:100%;
}
#wrap {
	
	width:688px;
	margin: 0 auto 0 auto;
	height:auto;
	height:100%;
	min-height:100%;
	/*border: 0px solid green;*/
}
.gradientleft {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( enabled=true, sizingMethod=scale src="images/baloldal.png");
	background-repeat: repeat-y;
	width: 7px;
	float:left;
	height: 100%;
}
.gradientleft[class]{
	float:left;
	background-image: url('images/baloldal.png');
	background-repeat: repeat-y;
	height: 100%;
}
#mainbody {
	background-color:#d6d5b0;
	float:left;
	width:674px;
	height:auto;
	height:100%;
	min-height:100%;
	/*padding:15px;*/
}
.gradientright {
	float:right;
	width: 7px;
	background-repeat: repeat-y;
	/* Mozilla Firefox and other non IE based browsers ignores the filter style*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( enabled=true, sizingMethod=scale src="images/jobboldal.png");
	/*background-image: url('images/jobboldal.png');*/
	height: 100%;
}
.gradientright[class]{
	float:right;
	background-image: url('images/jobboldal.png');
	background-repeat: repeat-y;
	height: 100%;
}
/*
.baltd{
background-repeat: repeat-y;
width:7px;
text-align: center;

filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( enabled=true, sizingMethod=scale src="images/baloldal.png");
}

.baltd[class]{
background-image: url('images/baloldal.png');
background-repeat: repeat-y;
}
.jobbtd{
background-repeat: repeat-y;
width:7px;
text-align: center;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( enabled=true, sizingMethod=scale src="images/jobboldal.png");
}
.jobbtd[class]{
background-image: url('images/jobboldal.png');
background-repeat: repeat-y;
}*/




#subbody {
	padding:15px;
}
.cimsor {
	color:#472208;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	text-decoration:none;
	margin: 1.12em 0;
}
.torzs_szov {
	color:#333333;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:17px;
	font-size:13px;
	margin: 1.12em 0;
}

