/* Start of CMSMS style sheet 'opmaak' */
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
}

#frame {
	background: #fff url(images/frame.gif) no-repeat;
	width: 990px;
	height: 600px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

#left {
	width: 440px;
	height: 400px;
	background: #fff url(images/background2.jpg) no-repeat;
	float: left;
}

#transparency {
	width: 440px;
	height: 400px;
	background: url(images/transparency.png) no-repeat;
}

#right {
	width: 550px;
	height: 400px;
	float: right;
        overflow: auto;
}

#bottom {
	clear: both;
	height: 200px;
	width: 990px;
	color: #232323;
	font-size: 25px;
	font-weight: bold;
	background: #6a6a6a url(images/gradient.png) repeat;	
}

#img {
	float: left;
}

#menu {
	padding: 45px 15px 0px 0px;
	float: right;
}

#menu a {
	font-size: 23px;
	font-family: Calibri;
	color: #0090ff;
}

h1 {
	font-family: Vivaldi;
	color: #0090ff;
	font-size: 45px;
	margin: 15px 15px 15px 15px;
}

p {
	font-family: Arial;
	color: #636363;
	font-size: 15px;
	margin: 15px 15px 15px 15px;
}

.imgright {
	float: right;
}
/* End of 'opmaak' */

