/* ----------------------------------------------------------------------------

		Stylesheet: Broekman Group
		-------------------------------------------
		Auteur					: Q. Jansson
		Versie					: 1.0
		Laatst aangepast op		: 22 januari 2007
		-------------------------------------------
		
------------------------------------------------------------------------------*/

/* Basis elementen en hoofdelementen -----------------------------------------*/

* {
margin					: 0px;
padding					: 0px;
}

body {
    margin                  : 0px;
    width                   : 100%; 
    height                  : 100%; 
    background				: #FFF url(../img/bg.gif);
    color					: #000000;
    font-family			    : Verdana, Arial, Helvetica, sans-serif;
    font-size			    : 11px;/* AANGEPAST: 1PX GROTER */
    overflow             	: hidden;
}

#edge {
	position                : absolute;
    width				    : 100%;
    height				    : 100px;
    text-align              : right;
}

#container {
	position                : absolute;
	top                     : 50%;
	left                    : 50%;
    width				    : 593px;
    height				    : 446px;
	margin-left             : -296px; /*set to a negative number 1/2 of your width*/
    margin-top              : -223px; /*set to a negative number 1/2 of your height*/
	xoverflow               : auto;
}
#container .corporate {
	text-align					: right;
}