@charset "ISO-8859-1";
body {
	background-color: 		#000;
	color: 					#FFF;
	font-family: 			Avant Garde, Avantgarde, Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 				12px;
	background-image: 		url(http://www.aartsenco.nl/images/background.jpg);
	background-repeat: 		repeat-x;
	background-position: 	center top;
	position: 				relative;
	background-attachment: 	fixed;
}

html, body {
	margin: 				0;
	padding:	 			0;
}

html, body, .swc0, .swc1 {
	height: 				100%;
}

.swc0 {
	display: 				table;
	margin: 				0px auto 0px auto;
	overflow:auto;
}

.swc1 {
	display: 				table-cell;
	vertical-align: 		middle;
}

.swc2 {
	margin-bottom: 65px;
}

#container {
	width:					820px;
	height: 				486px;
	position: relative;
}
#container #overlayAlles {
	background-color: #000;
	position: absolute;
	z-index: 2;
	display: none;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 486px;
	width: 820px;
}

p {
	display: 				block;
	margin: 				0.3em 0 0 0;
}

div#footer {
	background-color: #000;
	text-align: center;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height: 65px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
#footer #footerContent{
	width: 820px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
}
#footer #footerContent a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding-left: 58px;
	float: right;
	padding-top: 20px;
	padding-right: 0px;
}
#footer #footerContent a:hover {
	color: #63ac1d;
}
#footer #footerContent a.selected {
	color: #63ac1d;
}
#footer #footerContent a img {
	padding-top: 0px;
}


 @media screen{
  body>div#footer{
   position: fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#swc0{
  height:100%;
  overflow:auto;
 }

