/* huisje33*/
html{
	height: 100%;
}
body{
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fef6e6;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(bg/patt1.jpg);
	background-repeat: repeat;
	background-position: center;
}
div, p{
	margin: 0px;
}
#con{
	
}
#movx{
	margin-top: 5%;
	text-align: center;
}
#mov{
	position: relative;
	width:980px;
	height: 515px;
	margin-left: auto;
	margin-right: auto;

}
#text1{
	position: absolute;
	top: -800px;
	left: 0px;
	width: 50%;
}
#text2{
	position: absolute;
	top: -800px;
	left: 55%;
	width: 40%;
}
#swiffycontainer{
	max-width: 980px;
	height: auto;
}
