@charset "utf-8";
/* CSS Document */

body {
	background-image: url(assets/bg_tile.gif);
	background-color: #607E38;
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 0px;
}
#video {
	height: 300px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#foot {
	height: 300px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 11px;
}
#foot h2 {
	text-align: center;
	font-size: 16px;
}
#foot a {
	color: #FFFFFF;
}
#foot h3 {
	text-align: center;
	font-size: 12px;
}
#note {
	height: 15px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	color: #FFFFFF;
	text-align: left;
}



#head {
	margin-right: auto;
	margin-left: auto;
	height: 205px;
	width: 500px;
	position: relative;
	margin-top: 0px;
}
#foot a:hover {
	color: #990000;
}
