body	{
	background-image: url("csspics/writingbg.jpg");
	background-size: 100% 120%;
}



#home	{
	margin: 2%;
	display: block;
	padding: 3%;
	width: 8%;
	background-image: url("csspics/homebutton.png");
	background-size: contain;
	background-repeat: no-repeat;
}

#home:hover	{
	margin: 2%;
	display: block;
	padding: 3%;
	width: 8%;
	background-image: url("csspics/homebutton_c.png");
	background-size: contain;
	background-repeat: no-repeat;
}


#drive	{
	position: absolute;
	left: 80%;
	bottom: 60%;
	display: block;
	padding: 5%;
	width: 10%;
	background-image: url("csspics/folbutton.png");
	background-size: contain;
	background-repeat: no-repeat;
}

#drive:hover	{
	position: absolute;
	left: 80%;
	bottom: 60%;
	display: block;
	padding: 5%;
	width: 10%;
	background-image: url("csspics/folbutton_c.png");
	background-size: contain;
	background-repeat: no-repeat;
}

#festo	{
	margin: 12% 40%;
	display: block;
	padding: 5%;
	width: 10%;
	background-image: url("csspics/manifestobutton.png");
	background-size: contain;
	background-repeat: no-repeat;
}

#festo:hover	{
	margin: 12% 40%;
	display: block;
	padding: 5%;
	width: 10%;
	background-image: url("csspics/manifestobutton_c.png");
	background-size: contain;
	background-repeat: no-repeat;
} 
