body
{
background-image: url("Images/Entrance.jpg");
background-size: 100% 100%;
background-repeat: no-repeat;
background-attachment: fixed;
z-index: 0;
}
			
div.header
{
position: absolute;
left: 22%;
right: 22%;
top: 2%;
width: 56%;
height: 40%;
background-image: url("Images/Daycare.jpg");
background-size:100% 100%;
background-repeat: no-repeat;
z-index: 3;

}

			
div.nav
{
position: absolute;
left: 22%;
right: 22%;
width: 56%;
height:5%;
top: 42%;
padding-top: 1%;
padding-bottom: 1%;
background-color: #000000;
z-index: 4;
}

div.link
{
position: absolute;
left: 81%;
right: 1%;
top: 51%;
width: 14%;
height: 40%;
padding: 2% 2% 1% 2%;
background-color: #b0c4de;
font-family: verdana, sans-serif;
font-size: 18px;
z-index: 4;
}

div.under
{
position: absolute;
left: 20%;
right: 20%;
top: 1%;
width: 60%;
height: 51%;
background-color: #b0c4de;
z-index: 1;
}
	
div.body
{
position: absolute;
left: 20%;
right: 20%;
top: 51%;
bottom: 2%;
width: 50%;
height: 250%;
padding: 2% 5% 2% 5%;
background-color: #b0c4de;
font-family: verdana, sans-serif;
font-size:18px;
z-index: 2;
}

div.center
{
text-align: center;
}


table
{
width: 100%
}


td
{
width:33%;
height: 15%;
text-align: center;
}

