
@font-face
{
font-family: Lato-Light;
src: url(../fonts/Lato-Light.ttf);
font-weight: normal;
}









body {
	font-family: Lato-Light;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	color: rgb(60, 60, 60);
	background-color: white;
}



a:link {
	color: rgb(60, 60, 60);
	text-decoration: none;
}

a:visited {
	color: rgb(60, 60, 60);
	text-decoration: none;
}

a:active {
	color: rgb(60, 60, 60);
	text-decoration: none;
}

a:hover {
	color: rgb(120, 120, 120);
	text-decoration: none;	
}



div.videoboxtop {
	position: relative;
	left: 30%;
	width: 240px;
	top: 5%;
	
}


div.videoboxbottom {
	position: relative;
	left: 30%;
	width: 240px;
	height: 318px;
	overflow: hidden;
	top: 0%;
	z-index: 10;
}



div.navigation {
	position: absolute;
	top: 90%;
	left: 60%;
}


