/* Start of CMSMS style sheet 'Hand of Fatim Main CSS' */
html {
	overflow: hidden;
}

body {
	background: #000000;
	margin: 0;
	padding: 0;
	font-size: 14px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:active, a:visited {
	color: #000000;
	font-size: 14px; 
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover {
	color: #4f4f4f;
	font-size: 14px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

#intro {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000 url('uploads/images/handoffatima_website/beginpagina.jpg') no-repeat fixed center;
	z-index: 99;
}

#intro img {
	width: 100%;
	height: 100%;
	border: 0;
}

#main {
	position: absolute;
	left: 50%;
	top: 52%;
	height: 650px;
	width: 966px;
	margin-top: -325px;
	margin-left: -483px;
	background: #000000 url('uploads/images/handoffatima_website/background3.jpg');
}

#menu {
	position: relative;
	top: 72px;
	left: 180px;
	width: 770px;
	z-index: 2; 

}

#content {
	position: relative;
	top: 70px;
	left: 170px;
	width: 700px; /*<- let op scrollable */
	height: 470px;
}

#scrollable {
	position:absolute;
	top: 0;
	overflow: auto;
	height: 100%;
	width: 700px; /*<- let op content */
	z-index: 1; 
}

/* We willen wat ruimte aan de rechterkant */
#scrollable #innerscroll {
	width: 650px;
}

#background {
	position:absolute;
	height: 100%;
	width: 100%;
	z-index: 0; 
}

#background img {
	position:absolute;
	bottom: 0;
	right: 45px;
}

#copyright {
	color: #a0a0a0;
	font-size: 10px;
	position: relative;
	top: 62px;
	left: 135px;
}
#copyright a:link, #copyright a:active, #copyright a:visited, #copyright a:hover {
	color: #a0a0a0;
	font-size: 10px;
	text-decoration: none;
}

#hand_click {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 160px;
	height: 180px;
}

#hand_click img {
	height: 100%;
	width: 100%;
	border: 0;
}
/* End of 'Hand of Fatim Main CSS' */

