@charset "utf-8";
#video {
	position: absolute;
	height: 150px;
	width: 500px;
	left: 325px;
	top: 175px;
}

#home {
	position: absolute;
	height: 250px;
	width: 550px;
	left: 300px;
	top: 350px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #FFFFFF;
	text-align: justify;
}
#footer {
	position: absolute;
	height: 90px;
	width: 225px;
	left: 350px;
	top: 625px;
	text-align: center;
}
