/* Resuelve problema de scrollbar horizontal */
.invisible {display: none;}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: black;
	color: #8b8c8e;
	font-size: 10px;
	text-align: center;
}
#wrapper {
	margin: auto;
	padding: 0;
	width: 900px;
	height: 650px;
	background-image: url(substantia_bg.jpg);
	/*	background-image:url(substantia_web-movie.jpg); */
	background-repeat: no-repeat;
	border: 1px solid black;
}
img {border: none}
#content {
	margin: 105px 0 0 0;
	width: 100%;
	height: 465px;
}
#sections{
	height: 40px;
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
#sections li {
	margin: 0;
	padding: 0;
	float: left;
}
#sections li a {
	display: block;
	height: 30px;	
}
#sections li#festivals {margin-left: 66px;}
#sections li#festivals a{
	width: 110px;
	background-image: url(btn_festivals.jpg);
}
#sections li#festivals a:hover{background-image: url(btn_festivals_ovr.jpg);}
#sections li#awards {margin-left: 66px;}
#sections li#awards a{
	width: 83px;
	background-image: url(btn_awards.jpg);
}
#sections li#awards a:hover{background-image: url(btn_awards_ovr.jpg);}
#sections li#movie{margin-left: 86px;}
#sections li#movie a{
	width: 82px;
	background-image: url(btn_movie.jpg);
}
#sections li#movie a:hover{background-image: url(btn_movie_ovr.jpg);}
#sections li#contact{margin-left: 94px;}
#sections li#contact a{
	width: 96px;
	background-image: url(btn_contact.jpg);
}
#sections li#contact a:hover{background-image: url(btn_contact_ovr.jpg);}
#sections li#links {margin-left: 76px;}
#sections li#links a{
	width: 64px;
	background-image: url(btn_links.jpg);
}
#sections li#links a:hover{background-image: url(btn_links_ovr.jpg);}
#footer {
	font-size: 9px;
	color: #533d28;
	padding: 8px 10px 0 64px;
}
#footer div {
	float: left;
	margin: 0;
	padding: 0;
}
#footer div#copyright {float: right;}
#footer a {
	color: #533d28;
	text-decoration: none;
}
#footer a:hover {text-decoration: underline;}
#videoplay embed {margin: 10px 0 0 180px;}