video {
    margin-left: auto;
    margin-right: auto;
    display: block;
	width: 100%;
	height: auto;
	border-radius:20px;
}

body {background-color:	 #602020;
}

#footer {background-color:#1a1a1a;
			height:100;
			width:100%;
			clear:left;			
			border-radius:20px;
}

.image_header {width: 100%;
				height: auto;
				border-radius:20px;
				z-index: 1;
}

.container {position: relative;
			padding-top:10;
}

h2 {color:#1f7a1f;
	text-align:center;
	font-family:Garamond, Georgia, serif;
	font-size:20px;
	padding:5px
	position: absolute;
	text-shadow:3px 3px 3px #0f3d0f;
	z-index: 2;
}

.greentypeCenter {color:#1f7a1f;
				font-size:18px;
				text-align:center;
				font-family:Garamond, Georgia, serif;
				padding:10px;
				border-left:5px;
				text-shadow:1px 1px 1px #0f3d0f;
}

.greytypeCenter {color:#a6a6a6;
				font-size:12px;
				text-align:center;
				font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
				padding:10px;
				border-left:5px;
}