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


body {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	border: 1px none red;
	background-color: #000000;
}

#nojs {
	font-family: Courier, "Courier New";
	font-size: 12px;
	width: 500px;
	margin-bottom: 10px;
	text-align: center;
	border: 1px solid black;
	padding: 2px 0 2px 0;
}

#background {
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
}

#logos {
	position:absolute;
	z-index:2;
	width:100%;
	height:100%;
	background-color: transparent;
	background-image:url(http://farm4.static.flickr.com/3130/3162748994_73be12281b_o.png);
	background-repeat: repeat-x repeat-y;
	background-attachment: fixed;
	 /* for IE */
  filter:alpha(opacity=30);
  /* CSS3 standard */
  opacity:0.3;

}

div#banner {
	font-family: Courier;
	background-color: white;
	border: 1px solid black;
	width: 639px;
}

div#video {
	border: 1px solid black;
	background-color: white;
	padding: 20px;
	font-size: 12px;
	font-family: Courier;
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -220px;
	margin-top: 20px;
	z-index:2;
}

div#splash {
	width:440px;
	height:600px;
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -220px;
	z-index: 3;
}

div#new {
	border: 1px solid black;
	background-color: white;
	padding: 20px;
	font-size: 12px;
	font-family: Courier;
	text-align: center;

}

#maillist {
	border:1px none black;
	width: 365px;
	margin-left: 20px;
}


div.item {
	margin: 0 0 10px 0;
	font-size: 12px;
}

.submit {
	background-color: #000000;
	color: #ffffff;
	margin-bottom: 10px;
}

a:link, a:visited, a:active, a:focus {
	font-family: Courier, "Courier New";
	font-size: 12px;
	text-decoration: underline;
	color: #0000ff;
	outline: none;
}

a:hover {
	text-decoration: none;
}

a.centerlink:link, a.centerlink:visited, a.centerlink:hover, a.centerlink:active {
	font-family: Courier, "Courier New";
	font-size: 12px;
	text-decoration: underline;
	color: #0000ff;
	display: block;
	width: 370px;
	text-align: center;
}

a img {
	border: 0px;
}

/* START HIGHSLIDE */

.highslide-wrapper div {
    font-family: Courier, "Courier New";
    font-size: 12pt;
}

.highslide {
    cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px none gray;
}
.highslide:hover img {
	border: 2px none white;
}

.highslide-wrapper {
	background: transparent;
}
.highslide-image {
	border: 2px none white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 1px none black;
    border-top: none;
    font-family: Courier, "Courier New";
    font-size: 12pt;
    padding: 0px;
    background-color: white;
    text-align: left;
}


a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

.highslide-html {
	background-color: white;
	border:1px solid black;
	padding-left: 0px;
}

.highslide-maincontent {
	display: none;
}


.highslide-wrapper .highslide-html-content {
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-wrapper .highslide-header {
	padding-bottom: 5px;
	font-family: Courier, "Courier New";
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: 300;
	color: black;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	display: none;
}
.highslide-wrapper .highslide-footer {
	height: 12px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 12px;
	width: 12px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
	cursor: move;
}
.highslide-resize {
	cursor: nw-resize;
}


.enter a {
	display: block;
	width: 70px;
	height: 21px;
	background: transparent url('http://dgeneticsmusics.com/images/enter.png') no-repeat;
	border: 1px none white;
	margin: 0 auto;
}

.enter a:hover {
	background-position: -70px 0;
}

.enter a:active {
	background-position: 0px 0;
}

.enter2 a {
	display: block;
	width: 70px;
	height: 21px;
	background: transparent url('http://dgeneticsmusics.com/images/enter.png') no-repeat;
	border: 1px none white;
	margin: 20px auto 0 auto;
}

.enter2 a:hover {
	background-position: -70px 0;
}

.enter2 a:active {
	background-position: 0px 0;
}
