* { padding: 0; margin: 0; border: 0; }
body, html {
height: 100%;
}
body {
min-width: 920px; /* Don't work in IE */
background-color: #FFFFFF;
}
#mainContainer {
background-color: #ECEBE3;
min-height: 100%;
}
* html #mainContainer {
height: 100%; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}

#header { background: #FFFFFF url(grafika/fejlechatter.jpg) repeat-x 0 0; height:153px; }

#content {
position: relative; /*** IE needs this  ***/
padding-bottom: 96px; /*** Padding-bottom value is the same value as the total height of the footer ***/
}

#doboz {
width: 900px;
height:510px;
background-color: #F4F4F0;
text-align: left;
margin-top: 4px;
margin-bottom: 28px;
padding:10px;
}

#footer {
height: 97px;
margin-top: -88px;
text-align: center;
background: #161812;
}

td { font-size: 13px; font-family: Arial, Helvetica, sans-serif; color: #665940; font-weight: normal; line-height: 17px; }

p { font-size: 13px; font-family: Arial, Helvetica, sans-serif; color: #665940; font-weight: normal; text-align: left; line-height: 20px; margin-bottom: 12px; margin-top: 0px; margin-left: 0px; margin-right: 0px; }

H1 { font-size: 24px; font-family: "Times New Roman", Times, serif; color: #B4A779; font-weight: bold; text-align: left; line-height: 22px; margin-bottom: 20px; }

H2 { font-size: 21px; font-family: Arial, Helvetica, sans-serif; color: #F80707; font-weight: bold; text-align: left; line-height: 18px; margin-bottom: 15px; margin-top: 22px; margin-left: 0px; margin-right: 0px; }

a         { font-size: 13px; font-family: Arial, Helvetica, sans-serif; color: #AA9B66; font-weight: bold; font-style: italic; text-decoration: none; }
a:link    { color: #AA9B66; text-decoration: none; }
a:visited { color: #AA9B66; text-decoration: none; }
a:hover   { color: #AA9B66; text-decoration: underline; }

	#DHTMLgoodies_arrows{	/* Width of divs for thumbnails */
		width:470px;
	}
	#DHTMLgoodies_thumbs{
		width:456px;
		overflow:hidden;	/* Don't change this */
		height:110px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
		padding:2px;
	}
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:132px;	/* Width of strip */
		padding-left:10px;	/* "Air" inside filmstrip div */
		padding-right:10px;	/* "Air" inside filmstrip div */
		position:absolute;

	}
	.strip_of_thumbnails div{
		width:128px;
		height:199px;
		padding:15px;
		text-align:center;

	}
	.strip_of_thumbnails img{
		border:0px;
		padding:5px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:5px solid #B4AC83;	/* Green border around active thumbnail */
		padding:0px;
	
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:left;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
	}	
