@charset "UTF-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(bg.jpg);
	background-repeat: repeat;
}
#container{
	background: url(filler.jpg) repeat-y;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width:930px;
}
a{
	color:#7d4199;
	text-decoration:underline;
	font-size: 16px;
}

a:hover{
	color:#FF3300;
	text-decoration:none;
}
a img {border: 0;}

#head {
	background: url(head.jpg) no-repeat;
	width:930px;
	height:200px;
}

#buikdanswinkel-bellydancestore {
	position:absolute;
	left:0px;
	top:200px;
	width:385px;
	height:112px;
}

#groothandel-wholesale {
	position:absolute;
	left:385px;
	top:200px;
	width:385px;
	height:112px;
}

#main {
	background: url(filler.jpg) repeat-y;

	width:930px;
}

#foot {
	background: url(foot.jpg) no-repeat;

	width:930px;
	height:137px;
}

H3 {
	font-size: 13px;
	font-weight: bold;
	color: #990066;
}

H1 {
	font-size: 15px;
	font-weight: bold;
	color: #990066;
}

p {
	font-size: 10px;
	color: #7d4199;
}

body {
	font-size: 12px;
	color: #7d4199;
}