@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	color: #FFF;
	background-color: #232323;
	margin: 0px;
}

a:link {
	color: #FFFFFF;
	text-decoration:none;
}
a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a:hover {
	color: #19d4fb;
	text-decoration:none;
}
a:active {
	color: #FFFFFF;
	text-decoration:none;
}

img{
	border:0px;
}

#fadeshow1, #fadeshow1 .gallerylayer {
background-color: transparent!important;
background-image:url(../img/background_fix_00.png)!important;
}


div#background_sides_container {
	position:absolute;
	height:600px;
	width: 100%;
	background-image:url(../img/background_sides.png);
	background-repeat:repeat-x;
	z-index:1;
	}

div#background_inner_top {
	height:491px;
	width:inherit;
	/*background-image:url(../img/background_inner_top.jpg);*/
	background-image:url(../img/background_inner_top_new.png);
	background-repeat:no-repeat;
	z-index:2;
	}
