body {
    background-color: black;
}

#box-stripe-center {
		/*border: 1px solid gold;*/
	position: absolute;
	left: 230px;
	top: 470px;
	width: 525px;
}
#box-stripe-right {
		/*border: 1px solid gold;*/
	position: absolute;
	left: 235px;
	top: 469px;
	width: 520px;
}

#minilinks {
/*border: 1px solid green;*/
	width: 169px;
	height: 92px;
	position: relative;
	top: 486px;
	left: 26px;
}

#live-dj {
	padding: 20px;
	display: block;
	position: relative;

	/*padding-left: 42px;
	padding-bottom: 20px;
	left: 57px;
	border-left: double #AFAFAF;
	border-bottom: double #444444;*/
}

#box-upper-left {
	overflow: hidden;
    position: absolute;
    top: 20px;
    left: 20px;
    max-height: 235px;
    width: 195px;
}

#box-center {
    overflow: hidden;
    position: absolute;

    top: 130px;
    left: 260px;
    max-height: 315px;
    width: 479px;

}

#box-mid-left {
	overflow: hidden;
    position: absolute;
    top: 130px;
    left: 260px;
    /* max-height: 310px; */
    width: 225px;

}

#box-mid-right {
	overflow: hidden;
    position: absolute;
    top: 130px;
    left: 514px;
    /* max-height: 310px;*/
    width: 225px;
}


#backdrop {
	position: absolute;
	left: 0px;
	top: 0px;
    width: 770px;
    height: 575px;
  	border-right: 1px solid white;
  	border-bottom: 1px solid white;
    background-repeat: no-repeat;
}
#patience {
	height: 575px;
	width: 770px;
}

#logo {
    background: scroll url(img/logo.gif) no-repeat;
    width: 538px;
    height: 112px;
    margin: 0px;
    position: absolute;
    top: 12px;
    left: 265px;
}

#tower {
    position: absolute;
    margin: 0px;
    width: 220px;
    height: 241px;
    left: 10px;
    top: 269px;
}
