html {
	height: 100%;
	background: black url("/files/public/images/main_back_bottom.gif") left top repeat-x fixed;
}

body{
	background: transparent url("/files/public/images/main_back_top.gif") left top repeat-x;
	*_background: black url("/files/public/images/main_back.gif") left top repeat-x;
	font-family: arial;
	font-size: 12px;
	color: white;
	margin: 0;
	text-align: center;
	height: 100%;
}

fieldset{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

a img{
	border: 0px;
}

a {
	color: #F5EC00;
}

th {
	text-align: left;
}


/* CONTAINER */
div#wrapper {
	min-height: 100%;
	*_height: 100%;
}

div#container{
	width: 1000px;
	margin: auto;
	text-align: left;
	background: transparent url("/files/public/images/shadow.png") left top repeat-y;
	behavior: url('/files/public/js/iepngfix.htc');
}

div#brands img {
	behavior: url('/files/public/js/iepngfix.htc');
}

div#content-holder{
	width: 954px;
	*_width: 983px;
	background: black url("/files/public/images/content_back.gif") left top repeat-x;
	margin-left: 9px;
	padding: 10px 15px 38px 14px;
	overflow: auto;
}

div#header{
	height: 148px;
	width: 100%;
	text-align: center;
}

div#header a {
	outline: none;
}

div.header-content{
	height: 100%;
	width: 1000px;
	margin: auto;
	text-align: left;
	position: relative;
}

img.logo{
	margin: 40px 0 0 8px;
}

div#brands{
	height: 85px;
	margin-bottom: 5px;
	float: left;
	clear: left;
	width: 100%;
	position: relative;
	height:20px !important;
	/*background: transparent url(/files//public/images/content_back.gif) repeat-x scroll left -10px;*/
}


div#brands div {
	position: absolute;
}

div.registratie {
	background-color: #1B1B1B;
	border-top: 1px solid #2C2C2C;
	border-bottom: 1px solid #2C2C2C;
	width: 784px;
	padding: 10px;
}

div.registratie textarea, div.registratie input {
	margin-left:10px;
}

ul.registratie {
	padding: 0px;
	margin: 3px;
}

div.contactForm li {
	margin-top: 5px;
	list-style-type: none;
}

div.contactForm label {
	width: 100px;
	display: block;
	float: left;
	margin: 5px 10px 0 5px;
}

div#footer {
	background: #f5ec00 url(/files//public/images/footer_repeat.gif) repeat-x scroll left top;
	height: 18px;
	width: 100%;
	margin-top: -18px;
	position: relative;
	color: black;
	font-size: 9px;
}

div.footer-content {
	margin: 0 auto;
	width: 1000px;
	height: 18px;
	overflow: hidden;
	text-align: right;
	line-height: 18px;
}

div#footer a {
	color: black;
	line-height:18px;
	height: 18px;
	display: block;
}


/* BRANDS */
div.brands1 {
	position: absolute;
}

div.brands2 {
	display: none;
	height:85px;
	width:952px;
	overflow:hidden;
	
}

div#brandsScroll {
	float: left;
	clear: left;
	margin: 0;
	width: 137px;
	position: relative;
	padding-top: 10px;

}

div#brandsScroll img.brandsFadeTop {
	position: absolute;
	left: 0;
	top: 16px;
	z-index: 10;
	width: 137px;
	height: 10px;
}

div#brandsScroll img.brandsFadeBottom {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 137px;
	height: 10px;
}

div#brandsScroll img.brandsTop {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}