BODY { 
			margin:0;
			padding:0;
			background-color: #000000;
			}

#content {
					position:absolute;
					left:50%;
					top:50%;
					width:460px;
					height:400px;
					margin-left:-230px; /* width/2 */
            		margin-top:-200px; /* height/2 */
					}
		/* Mozilla */
body>#content {
margin-left:-240px;
margin-top:-200px;
}

 #video {
				height: 255px;
 				text-align: center;
 				margin:0;
				background-color: black;
 				}
 
#foot {
			margin: 40px;
			text-align: center;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px; font-style: normal;
			line-height: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none			
			} 
a:link {
	text-decoration: none;
	font-weight: 700;
	color: #949494;
	}

a:visited {
	text-decoration: none;
	font-weight: 700;
	color: #949494;
	}
	
a:hover {
	text-decoration: none;
	font-weight: 700;
	color: #666666;
	}