/**  #menu-videos  **/
#menu-videos {
	background: url(images/back-videos.png) no-repeat 2px 0;
	width: 100%;
	height: 64px;
	padding-top: 20px;
	position: absolute;
	bottom: 0;
	list-style: none;
}

#menu-videos li { margin-left: 45px; }

#menu-videos a {
	/* See .btn */
	background-image: url(images/videos.png);
	height: 9px;
	margin-bottom: 3px;
}

#menu-videos #demoreel {
	background-position: 0 0;
	width: 82px;
}

#menu-videos #demoreel:hover  { background-position: -135px 0; }
#menu-videos #demoreel:active { background-position: -270px 0; }

#menu-videos #lcdc {
	background-position: 0 -12px;
	width: 135px;
}

#menu-videos #lcdc:hover  { background-position: -135px -12px; }
#menu-videos #lcdc:active { background-position: -270px -12px; }
/**  end of #menu-videos  **/

#content {
	width: 450px;
	height: 350px;
	margin: 17px 52px;
}