/* @override http://dev.dyadcom.com/dsparker.com/tags/splash/css/screen.css */

html,body{
	height: 100%;
}

body{
	background-color: #000;
}

div#flashHolder{
	position: fixed;
	top: 0px;
	left: 0px;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 0;
	overflow: hidden;
	background-color: #000;
}
#container{
	background-color: #000;
	color: #fff;
	display: block;
	width: 255px;
	height: 100%;
	position: relative;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 150%;
	z-index: 900;
}

a{ color: #ce9523; text-decoration: none;}
a:hover{ color: #fff;}

p.link a{ color: #ce9523; text-decoration: none; text-transform: uppercase;}
p.link a:hover{ color: #fff;}

img#stretch{
	margin-left: 265px;
}

span.white object{
	color: #ffffff;
}

h1, h3, p.link , address{
	position: absolute;
	left: 20px;
	width: 245px;
}

h1{ 
	top: 39px; 
	font-size: 18px;
	display: block;
	background-image: url(../img/logo.gif);
	width: 219px;
	height: 15px;
	text-indent: -9000px;
}

h3{	bottom: 40px;
	background-image: url(../img/coming-soon.gif);
	display: block;
	width: 205px;
	height: 27px;
	text-indent: -9000px;
}
p.link { top: 220px; display: block;
	background-image: url(../img/email.gif);
	text-indent: -9000px;
	height: 15px;
	width: 224px;
	z-index: ;
}

p.link a{
	z-index: 90000;
}

address{
top: 99px;
display: block;
	background-image: url(../img/address.gif);
	width: 150px;
	height: 65px;
	text-indent: -9000px;
}