body {
  background-color: #000;
  padding:0px;
  margin:0px;
}


#container_start { 
  background: url(../_images/bg/start.jpg) no-repeat;	
  margin: 0px auto;
  padding: 0px;
  width: 1010px;
  height: 1000px;
  z-index: 1;
}

#logo {
  background: url(../_images/ballycotton_logo.png) no-repeat;	
  position: absolute;
  margin: 30px 0px 0px 60px;
  width: 881px;
  height: 173px;
  z-index: 2;
}

#live_start_headline {
	position: absolute;
	margin: 250px 0px 0px 60px;
	width: 251px;
	height: 26px;
}

.live_start_termine {
	background: url(../_images/decorations/live.png) no-repeat;
	position: absolute;
	margin: 280px 0px 0px 60px;
	width: 284px;
	height: 34px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 18px;
	padding-left: 10px;
	padding-top: 5px;
}

.soon {
	position: absolute;
	margin: 0px 0px 0px 60px;
	width: 284px;
	height: 34px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 20px;
	padding-left: 10px;
	padding-top: 5px;
}

#jenseits_start {
	position: absolute;
	margin: 350px 0px 0px 90px;
	width: 280px;
	height: 248px;
}

#trailer_start {
	background: url(../_images/decorations/frame_trailer.png) no-repeat;
	position: absolute;
	margin: 335px 0px 0px 630px;
	width: 343px;
	height: 264px;
	padding-left: 40px;
	padding-top: 30px;
}

#key {
	position: absolute;
	margin: 620px 0px 0px 190px;
	width: 568px;
	height: 91px;
}

#key a {
	text-decoration: none;
}

#credits {
	position: absolute;
	margin: 920px 0px 0px 410px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	text-align: center;
}


#credits a {
	color: #FFF;
	font-size: 12px;
	text-align: center;
	text-decoration:none;
}

#credits a:hover{
	text-decoration: underline;
}


/*PNG FIX*/

/*img, div { behavior: url(_png-fix/iepngfix.htc) }*/



