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

* {
	//cursor:url(cursor.cur), url(images/cursor.cur), default !important;
	//color:#FFFFFF;
}

body {
	background:url(images/kyte.jpg) no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	margin:0;
	overflow-x:hidden;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFFFFF;
	background-color: #000000;
}

#twodimagebar {
	position:absolute;
	top:35px;
	left:0;
	width:100%;
	padding:2px;
	border-style:solid;
	border-width:1px;
	border-color:#191919;
	border-bottom-color:#FFFFFF;
	font-size:1.5em;
	background:rgba(255,255,255,0.75);
	z-index:999;
/*	white-space:nowrap;*/
}
#threedimagebar {
	position:absolute;
	top:35px;
	left:0;
	width:100%;
	padding:2px;
	border-style:solid;
	border-width:1px;
	border-color:#191919;
	border-bottom-color:#FFFFFF;
	font-size:1.5em;
	background:rgba(255,255,255,0.75);
	z-index:999;
	/*white-space:nowrap;*/
}

#theimage {
	margin-top:50px;
	margin-bottom:50px;
}

#headerbar {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:35px;
	border-style:solid;
	border-width:1px;
	border-color:#191919;
	border-bottom-color:#FFFFFF;
	font-size:1.5em;
	background:rgba(0,0,0,0.75);
	z-index:1000;
	white-space:nowrap;
}

#gallerycontent {
	position:absolute;
	top:85px;
	height:75%;
	width:100%;
	padding:20px;
}
#reelcontent {
	position:absolute;
	top:100px;
	height:50%;
	width:100%;
	padding:20px;
}
#contactcontent {
	position:absolute;
	right:0;
	top:100px;
	width:50%;
	padding:20px;
	background:rgba(0,0,0,0.75);
	z-index:1001;
}
a:link {
	color: #FFFFFF;
	text-decoration:none;
}
a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a:hover {
	color: #B00;
	text-decoration:none;
}
a:active {
	color: #B00;
	text-decoration:line-through;
}

#homediv {
	position:absolute;
	top:35px;
	left:100px;
	z-index:0;
}

#featuredbar {
	position:absolute;
	bottom:50px;
	/*width:100%;*/
	height:130px;
	padding:10px;
	border-style:solid;
	border-width:0px;
	border-color:#191919;
	font-size:1.5em;
	z-index:0;
	white-space:nowrap;
	overflow:hidden;
	background:rgba(0,0,0,0.5);
}
