


body	{
	background-image: url("../csspics/moviebg.png");
	background-size: 100% 130%;
	background-origin: center;
}
	



video	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10%;
	width: 50%;
}


#home	{
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 2%;
	display: block;
	padding: 3%;
	width: 8%;
	background-image: url("../csspics/homebutton.png");
	background-size: contain;
	background-repeat: no-repeat;
}

#home:hover	{
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 2%;
	display: block;
	padding: 3%;
	width: 8%;
	background-image: url("../csspics/homebutton_c.png");
	background-size: contain;
	background-repeat: no-repeat;
}