/****************************************************************************************************************************************/
/* Copyright © 2007, ITSForYou */
/*
/* Oranje			: #EE6A00 
/* Grijze tekst		: #404040
/****************************************************************************************************************************************/


/****************************************************************************************************************************************/
/* Global stuff */
/****************************************************************************************************************************************/

* {
	font-family					: Verdana, Trebuchet MS, Arial;
	font-size 					: 11px;
	color						: #ffffff;
	cursor						: default;
}

body {
	margin						: 0px;
	border						: 0;
}

a:link, a:visited {
	color						: #EE6A00;
	font-weight					: bold;
	text-decoration				: none;
}

a:hover {
	color						: #EE6A00;
	text-decoration				: underline;
	cursor						: pointer;
}


/****************************************************************************************************************************************/
/* Screen objects */
/****************************************************************************************************************************************/
#pageBody {
	background-color			: #000000;
	background-image			: url(../images/background.png);
	overflow					: hidden;
}

#allScreen {
	position					: absolute;
	height						: 100%;
	width						: 100%;
	padding						: 0px;
	margin						: 0px;
	z-index						: 1;
}

#placeholder {
	position					: absolute;
	left						: 50%;
	top							: 50%;
	width 						: 660px;
	height 						: 600px;
	margin-left					: -330px;
	margin-top					: -300px;
}

#intro {
	position					: absolute;
	top							: 10px;
	color						: #FFFFFF;
	padding						: 10px;
}

#flashObject {
	position					: absolute;
	top							: 60px;
	left						: 10px;
	width						: 640px;
	height						: 480px;
	border						: 10px solid white;
	overflow					: hidden;
}

#footer {
	position					: absolute;
	top							: 575px;
	width						: 660px;
	text-align					: right;
}

/****************************************************************************************************************************************/
/* Classes
/****************************************************************************************************************************************/


