/* CSS Document */


body {
background-color: black;
font-family: Verdana, sans-serif;
color: white;

}

a {
color: white;
text-decoration: none;

}

a:hover {
text-decoration: underline;
/*color: #7C1010;*/
}


td a {
color: white;
text-decoration: underline;
/*color: #7C1010;*/
}

table a{
color: white;
text-decoration: underline;
/*color: #7C1010;*/
}

table {
color: white;
text-decoration: underline;
/*color: #7C1010;*/
}



#header {
background-image: url(header.jpg);
position: absolute;
left: 15%;
top: 10px;
width: 800px;
height: 80px;
z index: 0;
}



#main {
position: absolute;
left: 15%;
top: 100px;
width: 800px;
/*border: 1px solid #7C1010;*/
}

#main a {
color: white;
/*border: 1px solid #7C1010;*/
}


.news {
font size: 24px;
color: #7C1010;
}

.footer {
left: 15%;
bottom: 0px;
width: 800px;
height: 30px;
background-image: url(footer.jpg);
text-align: center;

}




.button {
height: 20px;
position: absolute;
bottom: 0px;
left: 0px;

z-index: 1;

}

a.button {
color: white;
}

#ryoga_banner {
top:5px;
/*position: absolute;*/
height: 180px;
width: 800px;
left: 0px;
/*background-image: url(ryoga_banner.jpg);*/
border: 1px solid white;
}



.inner_ryoga_banner {
    top:95px;
    position: absolute;
    height: 50px;
    width: 400px;
    left: 115px;
    
}

a.inner_ryoga_banner {

color: black;

}
/*.footer{
    bottom: 5px;
    position: absolute;
    height: 30px;
    width: 800px;
    left: 15%;
    background-image:url(footer.jpg);
}*/

#band_banner {
position: absolute;
top: 200px;
height: 240px;
width: 470px;
left: 0px;
border: 1px solid white;
}

#band_banner a{
color: #FFFFFF;
}

.player {
position: absolute;
top: 200px;
left: 480px;

}

img {
color: #FFFFFF;
border: 1px solid white;
}