@charset "utf-8";

*{border-radius:5px;}

#container {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 50px;
}

#content{
	width:680px;
	margin:auto;
}

body {
	background-image: url(../images/achtergrond.png);
	background-repeat: repeat-x;
}

#myslider{border-radius:5px;
}
.juicyslider{border-radius:5px;
}


h1{font-size:36px;
visibility:hidden;}

img {border-radius:5px;
box-shadow: 10px 10px 5px #888888;}

#left{float:left;}
#right{margin-left:250px;}
