/* CSS Document */

#main_container
{
position:absolute;
top:41px;
left:130px;
width:892px;
height:550px;
margin:0;
padding:0;
background-color:#990000;
}

#right_image
{
position:absolute;
top:120px;
left:930px;
width:130px;
}

#top_image
{
position:absolute;
top:0px;
left:130px;
width:793px;
height:180px;
background-image:url(../images/top_image.jp-g)
}
#topleft_image
{
position:absolute;
top:0px;
left:0px;
width:130px;
height:180px;
background-color:#000000;
background-image:url(../images/brass_animated.gif);
}

}
#content_title
{
position:relative;
top:0px;
left:0px;
height:80px;
width:650px;
margin:0;
padding:0;
}
#content_text
{
position:relative;
top:0px;
left:0px;
height:80px;
width:650px;
margin:0;
padding:0;
}
#brass_menu
{
position:absolute;
top:0px;
left:120px;
padding:0;
}

a:link 
{
color:#F4AE2C;
text-decoration: none;
}
a:visited 
{
color:#F4AE2C;
text-decoration: none;
}
a:hover 
{
color:#F4AE2C;
text-decoration: none;
}
a:active 
{
color:#F4AE2C;
text-decoration: none;
}
body
{
background-color:#000000;
}
#video_elements
{
background-color:#333333;
}
#concert_preview
{
position:absolute;
top:180px;
}
#concerts
{
position:absolute;
top:0px;
}
#concert_frame
{
position:absolute;
left:40px;
top:50px;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
}
#concert_background
{
position:absolute;
left:0px
top:0px;
}

#transparency_layer1
{
background-color:#000000;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
position:absolute;
top:50px;
left:40px;
height:470px;
width:812px;
}

img
{
border:0;
}

#ghost_layer
{
color:#00000; 
 /* for IE */
  filter:alpha(opacity=0);
  /* CSS3 standard */
  opacity:0.0;
}











