/* CSS Document */

.box {
position:absolute;
width:191px;
height:150px;
background-repeat:no-repeat;
overflow:hidden;

}

#topleft {
left:0px;
top:00px;
}

#topcentre {
left:196px;
top:00px;
}

#topright {
left:392px;
top:00px;
}

#midleft {
left:0px;
top:160px;
}

#midcentre {
left:196px;
top:160px;
}


#midright {
left:392px;
top:160px;
}

#bottomleft {
left:0px;
top:320px;
}

#bottomcentre {
left:196px;
top:320px;
}

#bottomright {
left:392px;
top:320px;
}

#guide {
margin-top:475px;
}

#burgercontainer {
	height:1295px;
}

#burgerbox {
height:1108px;
}

#kebabcontainer {
	height:1230px;
}

#kebabbox {
height:1040px;
}

#kebabguide {
color:#442315
}