* {
	margin: 0;
	padding: 0;
}

html, body, #container { height: 100%; }
body > #container { height: auto; min-height: 100%; }

body {
	margin: 0;
	padding: 0;
	background: #000;
	font-family:  "Arial";
	font-size: 0.8em;
	height: 100%;
}

div#content {
	text-align: center;
	padding-bottom: 140px;
}

h1#logo {
	display: block;
	width: 396px;
	height: 50px;
	background: url('../media/logo1.png') no-repeat 0 0;
	text-indent: -2000em;
	margin: 20px auto;
}

#embed{
	margin: auto;
	position: relative;
	margin-bottom: 20px;
	height: 455px;
	width: 720px;
	
}
 
div#footer {
	background: url('../media/footerbg.png') repeat-x 0 0;
	border-top: 3px solid #B93535;
	width: 100%;
	height: 140px;
	margin: -140px 0 0 0;
	padding: 0;
	clear: both;
 	position: relative;
 	z-index: 10;
}

div#coll, div#colm {
	width: 200px;
	padding: 20px 30px;
	color: #fff;
	float: left;
	font-size: 1em;
}

div#coll ul {
	list-style: none;
}

div#coll ul li {
	line-height: 1.8em;
	font-size: 0.9em;
}

div#coll ul li a {
	text-decoration: none;
	color: white;
	display: inline-block;
}

div#coll ul li a:hover {
}

div#colm a {
	text-decoration: none;
	color: white;
	margin: 4px 2px 8px 2px !important;
	font-size: 1.2em;
	display: inline-block;
}

div#colm a#share {
	margin: 20px;
	display: block;}

div#colm a#share:hover {
	margin: 5px 0;
}

pre {
	color: white;
}

div#crbn {
	float: right;

}

div#crbn a {
	display: block;
	background: url('../media/crbn.png') repeat-x 0 0;
	margin: 20px 20px 0 0;
	height: 90px;
	width: 64px;
	text-indent: -1000em;
}
