html,body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	overflow:hidden;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	margin:0;
	padding:0;
	scrollbar-3dlight-color: #000;
	scrollbar-arrow-color: #f40073;
	scrollbar-base-color: #FFF;
	scrollbar-darkshadow-color: #000;
	scrollbar-face-color: #FFF;
	scrollbar-highlight-color: #000;
	scrollbar-shadow-color: #000;
	scrollbar-track-color: #000;
}

/* DIVS */
#overlay {
	width:100%;
	height:100%;
	position:absolute;
	z-index:5;
}
#overlay img {
	width:100%;
	height:100%;
}
#wrapper {
	width:100%;
	height:100%;
	margin:-20px 0 0 0;
	z-index:1;
}
#wrapper img {
	width:100%;
}
#page_navigation {
	width:120px;
	height:50px;
	position:absolute;
	top:100px;
	left:280px;
	z-index:15;
	text-align:right;
}
	#page_navigation img {
		margin:0 0 5px 0;
	}
#logo {
	width:400px;
	height:124px;
	position:absolute;
	top:140px;
	z-index:15;
	background:#f40073;
}
#menu {
	width:350px;
	height:200px;
	display:none;
	position:absolute;
	top:270px;
	left:50px;
	z-index:15;
}
#content {
	width:650px;
	height:55%;
	display:none;
	position:absolute;
	top:140px;
	left:400px;
	padding:0 50px 20px 20px;
	background:#000;
	filter:alpha(opacity=85); 
	-moz-opacity: 0.85;
	opacity: 0.85;
	z-index:10;
	overflow:auto;
}
	#content img {
		filter:alpha(opacity=100); 
		-moz-opacity: 1.0;
		opacity: 1.0;
	}
	#content a {
		color:#f40073;
		font-style:italic;
	}
	.left {
		width:290px;
		float:left;
	}
	.right {
		width:290px;
		float:right;
	}
#gallery {
	width:100%;
	height:100%;
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	margin-top:70px;
	z-index:5;
}
	#photos {
		width:780px;
		height:100%;
		margin-left:auto;
		margin-right:auto;
	}
		#photos img {
			margin:0 15px 15px 0;
			float:left;
		}
#supportby {
	width:200px;
	height:60px;
	position:absolute;
	bottom:60px;
	left:60px;
	z-index:10;
}


/* TEXT */
h1 {
	font-size:60px;
	font-weight:bold;
	color:#FFF;
	text-transform:uppercase;
	margin:0 0 30px 0;
}
h2 {
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	text-transform:uppercase;
	margin:0;
}
h3 {
	font-size:12px;
	color:#f40073;
	margin:0;
}

/* LINKS */
a:link, a:hover, a:active, a:visited {
	color:#FFF;
	font-weight:normal;
	text-decoration:underline;
}

/* IMAGES */
img {
	display:block;
	border:none;
}
img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}

/* FORMS */
form {
	display:inline;
}
input {
	width:250px;
	height:20px;
	border:1px #666 solid;
	background:#000;
	color:#FFF;
	font-size:14px;
}
textarea {
	width:245px;
	border:1px #666 solid;
	background:#000;
	color:#FFF;
	font-size:14px;
}

/* OTHER */
hr {
	margin:20px 0 20px 0;
}
