/***************************************************/
/*        SPLASHSCREEN STYLESHEET                  */
/*   Centrum voor Volwassenenonderwijs             */
/*         Aalst - Liedekerke                      */
/*  Development by David Van Den Berghe,           */
/*  Pieter Saeys, Stijn De Smedt, Geert Claessens, */
/*  Ronny Creygelman                               */
/***************************************************/

IMG, MAP, AREA, A {
	border: none;
	text-decoration: none;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: auto;
	/* border: thin #0000ff solid; */
}

#cvologo {
	/* border: thin #ff0000 solid; */
	width: 210px;
	height: 169px;
	margin-left: auto;
	margin-right: auto;
	background: url("logo_cvo.gif") no-repeat; 
}

#splashmap {
	/* border: thin #ffff00 solid; */
	margin-left: auto;
	margin-right: auto;
	height: 197px;
	width: 550px;
	padding: 40px 0px;
	/* background: url("splash.jpg") no-repeat center; */
}

#copyright {
	border-top: 1px solid;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
	color: #909090;
}
