body {
	background: white;
}


.container{
	width: 770px;
	height: 450px;
    margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
}

.atelier {
 	width: 250px;
	height: 250px;
	background-image: url(imgs/ok_longin.png);
	float: left;
}

.atelier:hover {
    background-image: url(imgs/ok_longin_hover.png);
}

.avalon {
 	width: 250px;
	height: 250px;
	background-image: url(imgs/ok_avalon.png);
	float: left;
}

.avalon:hover {
    background-image: url(imgs/ok_avalon_hover.png);
}
.rotatisk {
  	width: 250px;
	height: 250px;
	background-image: url(imgs/ok_rotatisk.png);
	float: left;
}

.rotatisk:hover {
    background-image: url(imgs/ok_rotatisk_hover.png);
}



