/* HTML Tags
-----------------------------------------------*/
body
{
	background-color:#666666;
	padding:0px;
	margin:0px;
	color:#FFFFFF;
	font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}

/* Center Positioning
-----------------------------------------------*/
#center-positioning
{
	position:absolute;
	left:50%;
}

#internal-center-positioning
{
	position:absolute;
	width:900px;
	height:710px;
	background-color:#00CCFF;
	left:-450px;
	background:url("../images/ui/splash-bg.jpg") no-repeat;
}

/* Links
-----------------------------------------------*/
a
{
	color:#FFFFFF;
	text-decoration:none;
	
	/* Get rid of that annoying Firefox outline */
  	outline: none;
}

a.blueroomlink
{
	display:block;
	text-indent:-5000px;
	width:107px;
	height:11px;
	background:url("../images/ui/copy-blueroomnyc.gif") no-repeat;
}

a.enter:link, a.enter:visited
{
	display:block;
	text-indent:-5000px;
	background:url("../images/ui/button-enter-site.gif") bottom no-repeat;
	width:138px;
	height:51px;
}

a.small:link, a.small:visited
{
	background:url("../images/ui/button-small.gif") bottom no-repeat;
	margin-right:12px;
}

a.large:link, a.large:visited
{
	background:url("../images/ui/button-large.gif") bottom no-repeat;
}

a.small:hover, a.large:hover, a.enter:hover
{
	background-position:top;
}

a.small, a.large
{
	text-indent:-5000px;
	display:block;
	width:119px;
	height:51px;
	float:left;
}

/* Trailer
-----------------------------------------------*/

#enterbox
{
	margin:100px auto 0px auto;
	width:138px;
	height:284px;
}

/* Trailer
-----------------------------------------------*/
#trailer
{
	margin:0px auto 0px auto;
	width:500px;
	height:364px;
}

#copy-website-coming
{
	text-indent:-5000px;
	background:url("../images/ui/copy-website-coming.gif") no-repeat;
	width:233px;
	height:14px;
	display:block;
	margin:23px 0px 0px 0px;
}

#blueroom
{
	display:block;
	margin:8px 0px 0px 0px;
	font-size:9px;
	line-height:1px;
}

#buttons
{
	padding:96px 0px 0px 125px;
	background:url("../images/ui/trailer-buttons-bg.gif") no-repeat;
}

#quicktimemovie-small
{
	padding:65px 0px 0px 90px;
	margin:auto;
	
}

#quicktimemovie-large
{
	margin:auto;
}


/* Titles and Taglines
-----------------------------------------------*/
#main-title
{
	text-indent:-5000px;
	background:url("../images/ui/title-monsters-from-the-id.gif") no-repeat;
	width:611px;
	height:183px;
	margin:28px auto 16px auto;
	display:block;
}

#main-tagline
{
	text-indent:-5000px;
	background:url("../images/ui/tagline-science-last-hope.gif") no-repeat;
	width:635px;
	height:34px;
	margin:0px auto;
	display:block;
}