/*************************************************************
  
Website Concept & Design by Fé
Realisation & Implementation by Tabeoka .
Copyright - 2009 - by 'Tabeoka'. All rights reserved.

Graphic Design by 'Anneleen' 
HTML & CSS production by 'John Moors' - john@tabeoka.be
www.tabeoka.be 
  
/************************************************************/


/*============================================================
  01. PAGE STRUCTURE
============================================================*/

body /*!T!*/ {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(../img/bg_1600.jpg);
	background-repeat: no-repeat;
}

#wrapper {
	height: 710px;
	width: 100%;
	background-repeat: no-repeat;
}



/*============================================================
  02. HEADER
============================================================*/

#header { float: left; height: 457px; width: 226px }
#entersite {
	color: #FFFFFF;
	padding-top: 290px;
	padding-left: 575px;
}
#footer {
	height: 43px;
	width: 50px;
	margin-left: 30px;
	float: left;
	padding-top: 100px;
}

