.content {
	float: none;
	width: 750px;
	position: relative;
	min-height: 500px;
	float: none;
}
html,body {
	margin: 0px;
	padding: 0px;
	min-width: 440px;
	height: 100%;
}
body {
	background-image: url(../img/hatter.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: left top;
}
body.home {
}
body, 
input, 
textarea,
select {
	/*font-family: Georgia, Arial;*/
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.holder {
	width: 750px;
	margin-right: 0px !important;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 50% !important;
	left: auto;
	float: left !important;
	float: none;
	clear: both;
	height: 440px;
}

.content .full,
.content .half,
.content .third {
	float: left;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
.content .full{
	width: 100%;
}
.content .half{
	width: 50%;
}
.content .third{
	width: 33.33333333333% !important;
	width: 33.29999999999%; /* IE6 kerekítési hiba (kurva IE - Csabi) */
}

