PHP:
body{
background-image: url('../img/background.png');
}
#container{
width: 1024px;
margin: 0 auto;
}
a:active,a:focus {
outline: none;
}
#header{
float: left;
}
#shop{
background-image: url(../img/shop.png);
background-repeat: no-repeat;
float: right;
padding-right: 250px;
padding-top: 330px;
margin-top: 150px;
}
#shop:hover{
background-image: url(../img/shop_hover.png);
background-repeat: no-repeat;
}
#illustraties{
background-image: url(../img/illustraties.png);
background-repeat: no-repeat;
float: right;
padding-right: 300px;
padding-top: 200px;
margin-top: 80px;
}
#illustraties:hover{
background-image: url(../img/illustraties_hover.png);
background-repeat: no-repeat;
}
#info{
background-image: url(../img/info.png);
background-repeat: no-repeat;
float: left;
padding-top: 250px;
padding-left: 200px;
margin-left: 240px;
margin-top: 70px;
}
#info:hover{
background-image: url(../img/info_hover.png);
background-repeat: no-repeat;
}
#dried{
background-image: url(../img/3d.png);
background-repeat: no-repeat;
float: right;
padding-top: 300px;
padding-right: 320px;
margin-top: 30px;
}
#dried:hover{
background-image: url(../img/3d_hover.png);
background-repeat: no-repeat;
}
#contact{
background-image: url(../img/contact.png);
background-repeat: no-repeat;
float: left;
padding-left: 200px;
padding-top: 150px;
margin-left: 230px;
margin-top: 20px;
}
#contact:hover{
background-image: url(../img/contact_hover.png);
background-repeat: no-repeat;
}