body {
	background: black;
	color: rgb(30%, 30%, 30%);
	font-family: century gothic, gill sans, helvetica, sans-serif;
	font-size: 15px;
	margin: 0px;
	min-width: 800px;
	text-transform: uppercase;
}

a {
	color: rgb(50%, 50%, 50%);
	text-decoration: none;
	-webkit-transition: 0.4s ease-out;
}
a:hover {
	color: white;
}

#video {

	overflow: hidden;
}
#video embed, #video object {
	width: 500px;
	height: 500px;
}

x#loading {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -50%;
	xbackground: url(images/loading.jpg) center no-repeat;
	background: white;
}

#videoContainer {
	position: relative;
	width: 500px;
	height: 500px;
	margin: 50px auto;
	background: white;
}

#overlay {
	xdisplay: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 500px;
	height: 500px;
	background: url(images/overlay2.png) top center no-repeat;
}

#footer {
	position: relative;
	xbottom: 20px;
	xleft: 0px;
	xposition: absolute;
	xpadding-top: 550px;
	padding-bottom: 25px;
	width: 100%;
	text-align: center;
}

/* used for mailing list */
#messages {
	text-align: center;
	padding-top: 200px;
	width: 50%;
	margin: auto;
}

#mp3player {
	display: inline;
}

#footer embed, #footer object {
	margin: -18px -12px 0px -15px;
}

#footer form input {
	background: url(images/input.gif) left top no-repeat;
	height: 15px;
	width: 98px;
	padding: 0px 0px 4px 16px;
	margin: -3px 5px;
	border: none;
	color: rgb(50%, 50%, 50%);
	font-size: 14px;
}

.divider {
	display: inline;
	padding: 0px 5px;
}

#videoPopup {
	z-index: 1000;
	position: absolute;
	top: 50px;
	width: 100%;
	margin: 0px auto;
	text-align: center;
	height: 500px;
	background: black;
}
#videoPopup embed, #videoPopup object {
	margin: auto;
}

#album {
	margin-bottom: 20px;
}

#contacts {
	position: absolute;
	width: 750px;
	left: 50%;
	margin-left: -375px;
	top: 50px;
	text-align: center;
	background: black;
	min-height: 650px;
	padding-top: 0px;
	z-index: 5000;
}

#contacts p{
	line-height: 25px;
}

.bettermarkupshouldgohere {
	display: block;
	text-transform: uppercase;
	margin: 10px;
	color: white;
}