body {
  background-color: #000000;
  /*background: url('/images/BlackRose.jpg') 0 0 repeat;*/
  color: white;
  font: normal 1.5em Georgia, "Times New Roman", Times, serif;
  text-align: center;
}
*{
  margin: 0px;
  padding: 0px;
}
div{
  text-align: center;
}
.clear {
  clear: both;
}
h1{
  text-align: left;
  font-weight: bold;
  font-family: "monotype corsiva", cursive, Georgia, "Times New Roman", Times, serif;
}
h2{
  color: red;
  font-family: "monotype corsiva", cursive, Georgia, "Times New Roman", Times, serif;
}
img {
  border: 0;
}
a {
  color: yellow;
}
#intro a {
  margin-top: 30px;
  background: url("/images/IntroBackground.jpg") 0 0 no-repeat;
  background-size: 600px;
  height: 800px;
  width: 1000px;
  float: left;
}
#global {
  /*background-color: #;*/
  margin: 0 auto;
  text-align: center;
  width: 1000px;
}
#main_content{
  background: url("/images/PageBackground.jpg") 0 0 no-repeat;
  margin: 0 auto;
  z-index: -1;
  width: 1000px;
  /*height: 600px;*/
  padding-top: 170px;
  padding-bottom: 10px;
  text-align: center;
}
#myspace_link {
  margin: 0 auto;
  width: 150px;
  text-align: center;
}
#myspace_link a {
  background: url("/images/MySpaceLink.jpg") 0 0 no-repeat;
  height: 150px;
  width: 150px;
  float: left;
}
#logo{
  left: 50%;
  margin-left: -500px;
  position: absolute;
}
#logo a{
  height: 170px;
  width: 1000px;
  float: left;
}
#news_intro,
#artists_intro,
#contact_intro {
  left: 50%;
  top: 35px;
  position: absolute;
}
#news_intro {
  margin-left: -465px;
}
#artists_intro {
  margin-left: -295px;
}
#contact_intro {
  margin-left: -90px;
}
#news_intro a {
  width: 160px;
}
#artists_intro a {
  width: 200px;
}
#contact_intro a {
  width: 240px;
}
#news_intro a,
#artists_intro a,
#contact_intro a {
  height: 50px;
  float: left;
}

#news_intro a:hover,
#artists_intro a:hover,
#contact_intro a:hover {
  border: 1px solid red;
  opacity:0.4;
  filter:alpha(opacity=40);
}
#news,
#artists,
#contact {
  left: 50%;
  top: 100px;
  position: absolute;
}
#news {
  margin-left: -135px;
}
#artists {
  margin-left: 35px;
}
#contact {
  margin-left: 240px;
}
#news a {
  width: 160px;
}
#artists a {
  width: 200px;
}
#contact a {
  width: 240px;
}
#news a,
#artists a,
#contact a {
  height: 50px;
  float: left;
}
#news a:hover,
#artists a:hover,
#contact a:hover {
  border: 1px solid red;
}

#footer {
  margin-top: 5px;
  font-size: 10pt;
}
#footer a {
  color: yellow;
}
.cage_t {
  background-color: #FFFFFF;
  color: black;
  margin: 0;
  padding: 0;
  height: 15px;
  text-align: left;
  overflow: hidden;
}
.cage_tl {
  background-image: url('/images/white_corners.jpg');
  background-repeat: no-repeat;
  background-position: -30px 0;
  float: left;
  height: 15px;
  width: 15px;
  overflow: hidden;
}
.cage_tr {
  background-image: url('/images/white_corners.jpg');
  background-repeat: no-repeat;
  background-position: 100% 0;
  float: right;
  height: 15px;
  width: 15px;
  overflow: hidden;
}
.cage_content {
  padding: 10px 10px 2px 10px;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
.cage_b {
  height: 14px;
  border-bottom: 1px solid #FFFFFF;
}
.cage_bl {
  background-image: url('/images/white_corners.jpg');
  background-repeat: no-repeat;
  background-position: 0px -15px;
  float: left;
  height: 15px;
  width: 15px;
  overflow: hidden;
}
.cage_br {
  background-image: url('/images/white_corners.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  float: right;
  height: 15px;
  width: 15px;
}
.cage_b .cage_br {
  background-position: -15px -15px;
  overflow: hidden;
}
.rosebar {
  background-image: url('/images/RoseBar.jpg');
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 60px;
  width: 800px;
  margin: 0 auto;
}  
div.float {
  /*border: 1px solid red;*/
  float: left;
  width: 170px;
  height: 300px;
  padding: 10px;
}
div.float img {
  max-width: 170px;
  width: expression(this.width > 170 ? 170: true);
  max-height: 280px;
  height: expression(this.height > 280 ? 280: true);
}
div.image_spacer{
  clear: both;
}

#image_window{
  height: 545px;
}
#image_window img{
  max-width: 400px;
  width: expression(this.width > 400 ? 400: true);
  max-height: 485px;
  height: expression(this.height > 485 ? 485: true);
}
#artists_page img {
  opacity:0.4;
  filter:alpha(opacity=40);
}
#artists_page img:hover {
  opacity:1;
  filter:alpha(opacity=100);
}
