﻿html
{
  overflow: auto;
}
body
{
  background-color: black;
  text-align: center;
  overflow: auto;
}
div#main
{
	background-image: url('launch_background.jpg');
	background-repeat: no-repeat;
	margin: auto;
	width: 1000px;
	height: 639px;
	position: relative;
}
a.button
{
  position: absolute;
  background-repeat: no-repeat;
  text-indent: -5000px;
  display: block;
}
a#textLink:visited
{
  left: 452px;
  top: 302px;
  background-image: url('http://www.webromtv.com/images/splash/enter_btn_up.gif');
  width: 81px;
  height: 7px;
}
a#textLink
{
  left: 452px;
  top: 302px;
  background-image: url('http://www.webromtv.com/images/splash/enter_btn_up.gif');
  width: 81px;
  height: 7px;
}
a#textLink:hover
{
  background-image: url('http://www.webromtv.com/images/splash/enter_btn_over.gif');
}
a#videoLink:visited
{
	left: 367px;
	top: 315px;
	background-image: url('launch_up.jpg');
	width: 343px;
	height: 140px;
}
a#videoLink
{
	left: 367px;
	top: 315px;
	background-image: url('launch_up.jpg');
	width: 343px;
	height: 140px;
}
a#videoLink:hover
{
	background-image: url('launch_over.jpg');
}
div#bottomText
{
	background-image: url('launch_bottom_text.gif');
	position: absolute;
	background-repeat: no-repeat;
	text-indent: -5000px;
	width: 512px;
	height: 27px;
	left: 180px;
	top: 606px;
}
object#flashElement
{
  visibility: hidden;
  width: 0px;
  height: 0px;
}

a#webromImage
{
  display: block;
  width: 159px;
  height: 50px;
  background-image: url('webromtv_up.gif');
  background-repeat: no-repeat;
  font-size: 1pt;
  text-indent: -5000px; 
}
a#webromImage:hover
{
  background-image: url('webromtv_over.gif');
}
