html {
	margin: 0;
	padding: 0;
}

body {
	text-align: center; /* for ie */
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color: black;
}

body,p {
	font-family: Verdana, Arial, Helvetica;
}

/* --- Web page structure --- */

div#container {
	position: relative;
	width: 753px;
	height: 570px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: left;
	background-image: url(../image/invitation.jpg);
}

div#container2 {
	position: relative;
	width: 753px;
	height: 570px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: left;
	background-image: url(../image/programme.jpg);
}

div#Top {
	position: absolute;
	left: 60px;
	top: 40px;
	width: 620px;
	height: 135px;
	padding: 0px;
	font-size: 100%;
	margin-bottom: 0px;
}

div#MainTitle {
	position: absolute;
	left: 261px;
	top: 100px;
	width: 480px;
	height: 30px;
	padding: 0px;
	font-size: 70%;
	margin-bottom: 0px;
}

div#MainText {
	position: absolute;
	left: 261px;
	top: 200px;
	width: 480px;
	height: 350px;
	padding: 0px;
	font-size: 70%;
	margin-bottom: 0px;
    overflow-y: auto; 
    overflow-x: hidden; 
    overflow: auto; 
    scrollbar-base-color: #7a5f50;
}


/* --- Text layout --- */

/* Maintext */

div#Top p {
	margin:5px 15px;	/*margin: 8px 20px 10px 25px;*/
	padding: 0px 0px 10px 0px; /* boven rechts onder links */
}

div#MainText p {
	margin:5px 15px;	/*margin: 8px 20px 10px 25px;*/
	padding: 0px 0px 10px 0px; /* boven rechts onder links */
}

div#MainTitle p {
	margin:5px 15px;	/*margin: 8px 20px 10px 25px;*/
	padding: 0px 0px 10px 0px; /* boven rechts onder links */
}

/* --- Text decoration layout --- */

a { text-decoration:none; }
a:link { color:#000000; text-decoration:none; }
a:visited { color:#000000; text-decoration:none; }
a:active { color:#000000; text-decoration:none; }
a:hover { color:#7a5f50; text-decoration:underline; }

table { font-size: 90%; font-family: Verdana, Arial, Helvetica; }

h1 { font-size: 100%; margin:5px 15px; padding: 0px 0px 10px 0px; color:#000000; font-weight: bold; }

p.highlight { font-weight: bold; }
p.indent { font-size: 100%; margin-top: 0; margin-bottom: 0; margin-left: 0cm; margin-right: 0 }
p.indent1 { font-size: 100%; margin-top: 0; margin-bottom: 0; margin-left: 1cm; margin-right: 0 }
p.small { font-size: 80%; }

span.highlight { font-weight: bold; }
span.italic { font-style: italic; }
span.underline { font-style: underline; }
span.small { font-size: 80%; }
span.big { font-weight: bold; font-size: 100%; }
