@charset "UTF-8";
/* FHG 04 */

body {
	margin:0;
	
	background:url(../images/body-bg.png) repeat-x center top #441124;
	
	font-family:Arial, sans-serif;
	font-size:62.5%;
	text-align:center;
}

a img {
	border:0;
}

#header, #content, #footer {
	position:relative;
	width:908px;
	margin:0 auto;
}

/* - HEADER - */

#halo {
	width:100%;
	height:380px;
	position:absolute;
	top:0;
	left:0;
	
	background:url(../images/halo.png) no-repeat center top;
}

#header img {
	display:block;
	margin:0 auto;
}

#star {
	position:absolute;
	top:-80px;
	right:-43px;
}

/* - CONTENT - */

#content {
	width:908px;
	padding-top:30px;
	
	background:url(../images/content-bg.png) no-repeat left top;
}

#acces-direct {
	margin:0 auto 30px auto;
}

h2 {
	width:675px;
	margin:0 auto;
	margin-bottom:15px;
	padding-bottom:15px;
	
	color:#8a0b3b;
	font-size:2em;
	font-weight:bold;
	
	border-bottom:1px solid #ccbec5;
}

p#description {
	width:675px;
	margin:0 auto;
	
	color:#39061a;
	text-align:justify;
	font-size:1.4em;
}

#previews {
	width:675px;
	margin:15px auto;
	height:1%;
	
	overflow:hidden;
}

#previews .flash-object {
	border:1px solid #532b3a;
}

#previews span {	
	display:block;
	padding-top:4px;
	color:white;
	
	font-size:1.4em;
}

#prev-1 *, #prev-2 * {
	display:block;
}

#prev-1 , #prev-2 {
	display:block;
	height:275px;
	
	background:url(../images/vid-caption.png) no-repeat left bottom;
}

#prev-1 {
	float:left;	
}

#prev-2 {
	float:right;
}

#full-vid {
	margin:20px auto 50px auto;
}

#sugg-list {
	position:relative;
	width:795px;
	margin:30px auto;
	height:1%;

	overflow:hidden;
}

#sugg-list a {
	display:block;
	float:left;
	padding:1px 0 0 1px;
	width:158px;
	height:122px;
	
	background:url(../images/sugg-shad.png) no-repeat left top;
	
	text-decoration:none;
	font-size:1.1em;
	color:#1976bd;
}

#sugg-list a img {
	margin-bottom:5px;
	display:block;
}

#more {
	margin-top:20px;
	
	color:#1976bd;
	font-size:2em;
	text-transform:uppercase;
	font-weight:bold;
}

/* - FOOTER - */

#footer {
	width:908px;
	height:70px;
	margin:0 auto;
	
	background:url(../images/footer-bg.png) no-repeat left top;
}
