/* MAIN CSS FOR OPSGEAR.COM VIDEOS */

html, body {
	padding: 0;
	background-color: black;
	height: 100%;
	margin: 0;
	color: white;
	text-align: center;
}


#main {
	margin-top: 50px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p , li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
}

object {
	margin: 0;
	padding: 0;
}

embed {
	margin: 0;
	padding: 0;
}

table#center {
	border: none;
	height: 100%;
	width: 100%;
}

a:link {
	color: white;
	text-decoration: underline;
}

a:visited {
	color: white;
	text-decoration: underline;
}

a:hover {
	color: white;
	text-decoration: underline;
}

a:active {
	color: white;
	text-decoration: underline;
}

