/* DEFAULT */

* {
	margin: 0;
	padding: 0;
}

body, html {
	width: 100%;
	text-align: center;;
}

body {
	background-color: #090A0C;
	color: white;
	font-family: arial;
}

a {
	color: #39B9EF;
}

#contact {
	position:absolute;
	width: 100%;
	height: 57px;
	bottom: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
}
	#contact ul {
		position:relative;
		display: block;
		width: 884px;
		height: 37px;
		text-decoration: none;
		padding: 13px 0 0 55px;
		background: #090A0C url(footer.png) center 0 no-repeat;
		margin: 20px auto 0 auto;
		z-index: 73;
	}
		#contact ul li {
			margin: 0 10px;
			display: inline;
			text-transform: uppercase;
			font-size: 10px;
			color: #444;
		}
		#contact ul li.fax {
			display: none;
			color: #808080;
		}
			#contact ul li a {
				color: #444;
				text-decoration: none;
			}

div#nojs {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url(bgDefault.jpg) center center no-repeat;
}
	div#nojs p {
		position: absolute;
		display: block;
		left: 50%;
		top: 50%;
		width: 180px;
		height: 100px;
		margin: -100px 0 0 -90px;
		font-family: Georgia;
		font-size: 14px;
		line-height: 17px;
		color: #444;
		text-align: center;
	}

/* NO JS */

 h1
,h2
,div#showreel
,div#feest {
	display: none;
}

/* STYLES FOR FLASH */

body.flash #swfHolder {
	position:absolute;
	z-index: 99;
}

/* facebook like */
iframe#fbLike {
	position: absolute;
	right: 20px;
	bottom: 5px;
	z-index: 10;
	width: 117px;
	height: 21px;
}
