* html img,

* html .png{

    position:relative;

    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",

        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",

        this.src = "img/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),

        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",

        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)

    );

}

body {
margin-top: 0em;
margin-left: 0em;
margin-bottom: 0em;
margin-right: 0em;
background-color: #000000;
background-image: url(background.gif);
background-position: top left;
background-repeat: repeat-x;
background-attachment: scroll;
font-family: Verdana, Helvetica, Arial, sans-serif;
color:#000000;
}

p img {
padding: 5px 10px 5px 10px;
border: none;
}

a {
text-decoration:none;
color: #A00000;
font-weight:bold;
font-variant:small-caps;
}
a:hover {
text-decoration:underline;
color: #A00000;
font-weight:bold;
font-variant:small-caps;
}

#site {
position: relative;
margin-top: 0em;
margin-left: 0em;
margin-bottom: 0em;
margin-right: 0em;
background-image: url(banner.jpg);
width:900px;
height:500px;
}

#backimage {
position: absolute;
left:0px;
top:500px;
background-image: url(backimage.jpg);
background-repeat: repeat-y;
width:900px;
}

#flash_menu {
position: absolute;
left:240px;
top:-350px;
width:610px;
height:100px;
}

#latest_headlines {
position: absolute;
left:100px;
top:-234px;
font-size: 11px;
text-align: left;
width:300px;
}

#contact_methods {
position: absolute;
left:100px;
top:-70px;
font-size: 10px;
text-align: left;
width:300px;
}

#player {
position: absolute;
left:450px;
top:-234px;
width:352px;
height:234px:
}

#footer_text {
font-size: 10px;
color: #561812;
}

