body {
	background-image: url(09original.gif);
	text-align: center; /* because IE can't center for shit */
}

A:link {
	text-decoration: none;
	color: #fff;
}

A:visited {
	text-decoration: none;
	color: #fff;
}

A:active {
	text-decoration: none;
	color: #fff;
}

A:hover {
	text-decoration: underline; 
	color: #fff;
}

#container {
	position: relative;
	top: 50px;
	width: 900px;
	height: 527px;
	background-image: url(background.jpg);
	margin: 0px auto;
	border: 0px solid #000000;
	text-align: center;
}

#container_default {
	position: relative;
	top: 50px;
	width: 900px;
	height: 527px;
	background-image: url(background_default.jpg);
	margin: 0px auto;
	border: 0px solid #000000;
	text-align: center;
}

#celsius_logo {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 170px;
	height: 31px;
	background-image : url(celsius_off.jpg) ;
}

#celsius_logo:hover {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 170px;
	height: 31px;
	background-image : url(celsius_on.jpg) ;
}

#about {
	position: absolute;
	top: 152px;
	left: 649px;
	width: 132px;
	height: 46px;
	background-image : url(about_off.jpg) ;
}

#about:hover {
	position: absolute;
	top: 152px;
	left: 649px;
	width: 132px;
	height: 46px;
	background-image : url(about_on.jpg) ;
}

#trailer{
	position: absolute;
	top: 221px;
	left: 618px;
	width: 144px;
	height: 50px;
	background-image : url(trailer_off.jpg) ;
}

#trailer:hover {
	position: absolute;
	top: 221px;
	left: 618px;
	width: 144px;
	height: 50px;
	background-image : url(trailer_on.jpg) ;
}

#download {
	position: absolute;
	top: 303px;
	left: 570px;
	width: 209px;
	height: 45px;
	background-image : url(download_off.jpg) ;
}

#download:hover {
	position: absolute;
	top: 303px;
	left: 570px;
	width: 209px;
	height: 45px;
	background-image : url(download_on.jpg) ;
}

#store {
	position: absolute;
	top: 390px;
	left: 569px;
	width: 115px;
	height: 41px;
	background-image : url(store_off.jpg) ;
}

#store:hover {
	position: absolute;
	top: 390px;
	left: 569px;
	width: 115px;
	height: 41px;
	background-image : url(store_on.jpg) ;
}

#textcontent {
	position: absolute;
	top: 129px;
	left: 558px;
	width: 312px;
	height: 368px;
	color: #fff;
	font:100.01%/1.4 sans-serif;
	text-align: center;
	background-image : url(textcontent.jpg) ;
}

#textcontent_title{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 312px;
	color: #fff;
	font:150.01%/1.4 sans-serif;
	text-align: center;
}

#textcontent_separator{
	position: absolute;
	top:40px;
	left: 56px;
	width: 200px;
	height: 2px;
	color: #fff;
}
	
#textcontent_text {
	position: absolute;
	top: 55px;
	left: 15px;
	width: 285px;
	height: 368px;
	color: #fff;
	font:90.01%/1.4 sans-serif;
	text-align: left;
}

#centertext {
	text-align: center;
}

#back {
	position: absolute;
	bottom: 10px;
	right: 11px;
	width: 73px;
	height: 20px;
	background-image : url(back_off.jpg) ;
}

#back:hover {
	position: absolute;
	bottom: 10px;
	right: 11px;
	width: 73px;
	height: 20px;
	background-image : url(back_on.jpg) ;
}

#bottom_spacer {
	position: absolute;
	top: 577px;
	height: 50px;
}

IMG.foregroundimg {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

IMG.whitebar {
	position: absolute;
	top:40px;
	left: 56px;
	width: 200px;
	height: 2px;
}