body,html{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: arial, sans-serif;
	overflow: auto;
	background-color: #000;
}
a{
	outline: 0 none;
	text-outline: 0 none;
}

pre{
	font-size: 10px;
	color: #888;
	background-color: #222;
}

#page{
	width: 100%;
}

#menu,#head,#foot{
	width: 850px;
	margin: auto;
}

#menu{
	text-align: right;
	padding: 10px;
}
#menu a{
	margin-left: 10px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-position: left;
}
#menu a:hover, a.roll_but:hover{
	background-position: right;
}

#head img{
	display: block;
}
#head{
	clear: both;
	width: 850px;
	margin: auto;
}
#title{
	margin-left: 10px;
}
#video object{
	display: block;
}

#grid {
	border-collapse: separate;
	border-spacing: 11px;
	empty-cells: show;
	margin: auto;
	margin-top: -2px;
}

#grid tr td{
	width: 112px;
	height: 112px;
	vertical-align: top;
	background-color: #282829;
	background-repeat: no-repeat;
}

#grid a{
	display: block;
	width: 112px;
	height: 112px;
	background-position: left;
	color: transparent;
	vertical-align: center;
}
#grid a:hover{
	background-position: right;
}

}
#sponso{
	padding: 0px 10px;
	margin: auto;
}
#credits{
	font-family: 'BureauGrotesqueFiveOne';
	margin: auto;
	text-align: center;
	color: #9C9E9F;
	font-size: 11px;
	margin-bottom: 20px;
}
#credits a{
	color: #FFF;
	text-decoration: none;
}
#credits a:hover{
	color: #E4156A;
}

#fancybox-wrap {
	margin-left: -8px;
}
#credits_block{
	padding: 46px 64px;
}
#credits_block p{
	color: #666;
	font-family: 'BureauGrotesqueFiveOne';
	font-size: 13px;
	margin-bottom: 12px;
}
#credits_block p:last-child{
	margin-bottom: 0px;
}
#credits_block a, #credits_block strong{
	color: #000;
	text-decoration: none;
}
