/* CSS Document */
a {
text-decoration: none;
color: #777777;
}

a:hover {
	color: #ff2479;
}

body {
  background: #e6e6e6 url("images/bg_main.gif") repeat-x;
  margin-left: 0px;
  margin-top: 0px;
  font: normal 10pt arial;
  color: gray;
}

.allcontent {
  position: absolute;
  top: 0px;
  height: 333px;
  width: 800px;
  left: 50%;
  margin-left: -400px;
}

p.title {
	position: relative;
	top: 10px;
	font: bold;
}
	
.dnld_text {
  position: absolute;
  top: 150px;
  font: normal 12px arial, sans-serif;
  }

.index_bg {
  position: relative;
  background: url("images/index_bg.jpg") no-repeat;
  top: 66px;
  left: 0px;
  height: 333px;
  width: 593px;
}

.getflash {
  position: absolute;
  background: url("images/getflash.gif") no-repeat;
  height: 31px;
  width: 88px;
  top: 150px;
  left: 622px;
}

.home_rt_bg {
  position: absolute;
  height: 333px;
  width: 207px;
  top: 66px;
  left: 593px;
  background: url("images/bg_rt.jpg") no-repeat;
}

.navigation {
position: absolute;
top: 50px;
left: 10px;
}

.home_top_logo {
  position: absolute;
  background: url("images/top_logo.gif") no-repeat;
  height: 42px;
  width: 169px;
  top: 10px;
  left: 200px;
}

.contact_link {
  position: absolute;
  background: url("images/btn_contact.gif") no-repeat;
  height: 24px;
  width: 94px;
  top: 30px;
  left: 600px;
}
.movieobject {
  position: absolute;
  top: 66px;
  }
  
.clickimg {
  position: absolute;
  background: url("images/clickimg.gif") no-repeat;
  height: 26px;
  width: 185px;
  top: 400px;
  left: 296px;
  margin-left: -92px;
  align: center;
  }
  
#news {
	position: relative;
	top: 0px;
	left: 20px;
	text-align: left;
	width: 590px;
	font-size: 100%;
}
#scrollable {
	height: 290px;
	overflow: scroll;
	width: 500px;
}
  
#links {
	position: relative;
	top: 0px;
	left: 20px;
	text-align: left;
	width: 400px;
	font-size: 100%;
}

.categoryHeader {
	height: 20px;
	font-weight: bold;
}