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

body {
	margin:0;
	padding:0;
	/*height:95%;
	width: 95%;
	display: table;
	position: fixed;
	background-attachment:fixed;*/
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#background {
    background-attachment:fixed;
    width: 100%; 
    height: 100%; 
    position: absolute; 
    margin-left: 0px; 
    margin-top: 0px; 
    z-index: 0;
}
#main {
	padding: 0px;
	background-image: url(http://www.dmxcinema.com/Top-Bar.png);
	background-repeat: no-repeat;
	background-position: -12px -3px;
	
	background-size: 990px 40px;
}

.stretch {
    width:100%;
    height:auto;
}

#video {
	padding-top: 100px;
	background-image: url(http://www.dmxcinema.com/dmx.png);
	background-repeat: no-repeat;
	background-position: center 130px;
}


a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
}

#footer {
	font-size: 12px;
	color: #999999;
	width: 1400px;
	text-align: left;
	margin-top: 250px;
	margin-right: auto;
	margin-bottom: -1px;
	margin-left: auto;
}
#footer a:link {
	color: #999999;
}
#footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #FFF;
}
#footer a:active {
	color: #999999;
}

#skip {
	font-size: 12px;
	color: #666;
	text-decoration: none;
	text-align: right;
	width: 900px;
	margin: 0px auto -1px auto;

}
#skip a:link {
	color: #999999;
		text-decoration: none;
}
#skip a:visited {
	color: #666666;
		text-decoration: none;
}
#skip a:hover {
	color: #FFF;
}
#skip a:active {
	color: #999999;
		text-decoration: none;
}

