@charset "UTF-8";
/*Styles for moginspace.us
	Styles for videos */

	a:link, a:visited { color:#69f; /*sky blue*/ }
	a:hover, a:active { background-color:#000;}

	body {
		background:#333; /*dark gray*/
		color:#ccc; /*light gray*/
	    margin:0; border:none;		
		background-repeat:repeat-y;
		background-position:10px 5px; }

	#video_content {
		width:800px;
		margin:30px auto 0px auto;
		text-align:center;}
	
