  /***************************************/
/**             CSS by: DvB                **/
  /***************************************/



/*********************/
/** |[ Body info ]| **/
/*********************/

body,
html {
	padding:0px;
	margin:0px;
	font-family: Arial;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #555;
	line-height: 13px;
	background-color: #c0c0c0;
	background-position: center top;
	background-repeat: repeat-y;
	background-image: url('../images/bg.jpg')
}



/*********************************************/
/** |[ Containing Divs, hele achtergrond ]| **/
/*********************************************/

.contain_all		{
	position: absolute;
	width: 780px;
	height: 3104px;
	left: 50%;
	top: 0px;
	margin-left: -390px;
	background-position: center;
	background-repeat: repeat-y;
	z-index: 1;
}



/*************************/
/** |[ Header/Footer ]| **/
/*************************/

.hedr				{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 780px;
	height: 224px;
	background-image: url('../images/hedr.jpg');
	z-index: 5;
}



/***********************/
/** |[ ConTEN divs ]| **/
/***********************/

.tainer				{
	cursor: pointer;
	position: absolute;
	left: 0px;
	width: 780px;
	height: 576px;
	z-index: 5;
}

.tainer_1			{
	top: 224px;
	background-image: url('../images/1.jpg');
}

.tainer_2			{
	top: 800px;
	background-image: url('../images/2.jpg');
}

.tainer_3			{
	top: 1376px;
	background-image: url('../images/3.jpg');
}

.tainer_4			{
	top: 1952px;
	background-image: url('../images/4.jpg');
}

.tainer_5			{
	top: 2528px;
	background-image: url('../images/5.jpg');
}



.clickbit			{
	position: absolute;
	left: 333px;
	top: 354px;
	width: 155px;
	height: 149px;
	z-index: 10;
	background-image: url('../images/img.gif');
}



.textbit			{
	position: absolute;
	left: 25px;
	top: 384px;
	width: 330px;
	height: 102px;
	z-index: 10;
}



.buttonbit			{
	position: absolute;
	left: 0px;
	top: 508px;
	width: 780px;
	height: 68px;
	background-image: url('../images/button.gif');
	z-index: 15;
}

.buttonbit:hover	{
	background-image: url('../images/button.jpg');
}



