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

body {background-color:	 #999999;
}

#footer {background-color:#1a001a;
			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:#333333;
	text-align:center;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:20px;
	padding:5px
	position: absolute;
	text-shadow:3px 3px 3px #cccccc;
	z-index: 2;
}

.blacktypeCenter {color:#333333;
				font-size:18px;
				text-align:center;
				font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
				padding:10px;
				border-left:5px;
				text-shadow:1px 1px 1px #cccccc;
}

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

/*these anchor/link mods are temporary. Only for the coming soon page*/
a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: blue;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}