/************************************************************************************************/
/* Author:			VINCIS Rinse van Dijk         					                   	  		*/
/* Description:		FRONTPAGE stylesheet				                              			*/
/* Site name:		Clientsite Talant						                           	  		*/
/* Date created:	20-01-2010							                               	  		*/
/************************************************************************************************/

/*----------------------------------------------------------------------------------------------*/
/* Colors	                                               										*/
/*----------------------------------------------------------------------------------------------*/
/* 	
/* 	Roze:		#e31a82;
/* 	Paars:		#770d68;
/*	Wit:		#fff;	 	

/************************************************************************************************/
/* Screen styles                                           										*/
/************************************************************************************************/
@media screen 
{
	/********************************************************************************************/
	/* =Overrides																				*/
	/********************************************************************************************/
	body, html
	{
		height:					100%;
		width:					100%;
		overflow:				hidden;
	}
	
	#allContainer
	{
		position: 				relative;
		display:				inline;
		width: 					100%;
		height:					100%;
		margin:					0px auto;
	}

	/********************************************************************************************/
	/* =Content																					*/
	/********************************************************************************************/
	
}


/************************************************************************************************/
/* =Print styles  	                       											          	*/
/************************************************************************************************/
@media print
{
}

