

/* Body */

body {
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
	background-color: #196fda;
	margin-top: 0px; 
}

div#clear {
	clear: both;
}

/* Container */

div#cont_top {
	background-image: url('images/cont_top.png');
	width: 710px;
	height: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
}

div#cont_mid {
	background-image: url('images/cont_mid.png');
	width: 710px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

div#cont_bot {
	background-image: url('images/cont_bot.png');
	width: 710px;
	height: 2px;
	margin-left: auto;
	margin-right: auto;
}

/* Header */

div#spacer {
	height: 2px;
	width: 702px;
}

div#header {
	background-image: url('images/header.png');
	width: 702px;
	height: 80px;
	margin-left: 4px;
}

/* Content */

div#content {
	background-image: url('images/bg_content.png');
	background-repeat: repeat-x;
	width: 702px;
	margin-left: 4px;
}

div#left {
	width: 361px;
	margin-left: 8px;
	margin-top: 4px;
	margin-bottom: 8px;
	float: left;
}

div#right {
	width: 320px;
	margin-right: 8px;
	margin-top: -14px;
	float: right;
}

div#tekst {
	font-family: verdana;
	font-size: 11px;
	color: #5e5e5e;
	word-spacing: 1px;
}

div#tekst2 {
	font-family: verdana;
	font-size: 13px;
	color: #5e5e5e;
	word-spacing: 1px;
}

div#plaatje {
	background-image: url('images/limewire.jpg');
	width: 320px;
	height: 267px;
}

div#button {
	background-image: url('images/button.png');
	width: 311px;
	margin-top: 4px;
	margin-bottom: 4px;
	height: 39px;
	margin-left: auto;
	margin-right: auto;
}

div#buttontekst {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
}

div#buttontekst a {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
}

/* Footer */

div#footer {
	font-family: verdana;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	margin-top: 8px;
}
