.board{
width: 499px;
position: relative;

}
#board{
height: 499px;
border-bottom: 0px;
background-image: url('aarde.jpg')
}
#food{
position: absolute;
background-image: url('food.png');
height: 25px;
width: 25px;
overflow: hidden;
}
#snake0{
background-image: url('frontRight.png');
top: 200px;
left: 75px;
}		
#snake1{
background-image: url('midHorizontal.png');
top: 200px;
left: 50px;
}
#snake2{
background-image: url('backGoingRight.png');
top: 200px;
left: 25px;
}	
.snake{
position: absolute;
height: 25px;
width: 25px;
overflow: hidden;
}
.snake2{
position: absolute;
top: -10px;
left: -10px;
background-color: black;
height: 7px;
width: 7px;
overflow: hidden;
}
#score{
height: 30px;
margin-top: 0px;
font-family: "Courier New";
}
#cscore{
color: black;
padding-left: 10px;
float: left;
width: 25%;
font-size: x-large;
}
#buttons{
float: right;
width: 50%;
text-align: right;
padding-top: 3px;
}
#notice{
position: absolute;
top: 10%;
left: 20%;
text-align: center;
font-size: 120%;
background-color: #FFF;
border:solid;
font-family:"Courier New";
}
#i2{
position: absolute;
top: 20%;
left: 20%;
width: 300px;
height: 60px;
border:solid;
}
