* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url("../images/bg_gradient.png") repeat-x #737473;
}

img{
	border: none;
}

#main_container {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	height: 615px;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
}

#menu_container {
	position: absolute;
	top: 65px;
	left: 0px;
	width: 900px;
	height: 40px;
	overflow: hidden;
}

.menu_item {
	position: absolute;
	top: 0px;
}

#menu1 {
	left: 0px;
}
#menu2 {
	left: 188px;
}
#menu3 {
	left: 309px;
}
#menu4 {
	left: 443px;
}
#menu5 {
	left: 599px;
}
#menu6 {
	left: 721px;
}

#slideshow_container {
	position: absolute;
	top: 115px;
	left: 0px;
	width: 300px;
	height: 220px;
	background: #161616;
}

.slideshow_image {
	position: absolute;
	top: 5px;
	left: 5px;
}

#artwork1 {
	z-index: 2;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#artwork2 {
	z-index: 1;
	opacity: 0.0;
	filter: alpha(opacity=0);
}


#jukebox_container {
	position: absolute;
	top: 345px;
	left: 0px;
	width: 290px; /* 300 - 2*5px */
	height: 210px; /* 220 - 2*5px */
	padding: 5px;
	background: #161616;
}

#content_container {
	position: absolute;
	top: 115px;
	left: 310px;
	width: 590px;
	height: 450px;
	background: url("../images/bg_content.jpg") no-repeat 5px 5px #161616;
}

#iframe_container {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 580px;
	height: 440px;

}

#promo_container {
	position: absolute;
	top: 115px;
	left: 222px;
	width: 640px;
	height: 385px;
}

#promovideo_container {
	position: absolute;
	top: 115px;
	left: 5 px;
	width: 640px;
	height: 385px;
}

#promo_leftholder {
	position: absolute;
	top: 115px;
	left: 5px;
	width: 216px;
	height: 385px;
         background: url("/promo/images/Left_horse.png") no-repeat;
}

#promo_rightholder {
	position: absolute;
	top: 115px;
	left: 878px;
	width: 216px;
	height: 385px;
         background: url("/promo/images/Right_horse.png") no-repeat;
         
}


#facebook{
	position: absolute;
	top: 575px;
	left: 392px;
}

#myspace{
	position: absolute;
	top: 575px;
	left: 434px; /* 450-32/2 */
}

#twitter{
	position: absolute;
	top: 575px;
	left: 476px;
}
