a:link{
color: rgb(0,0,0);
}

a:active{
color: rgb(104,26,23);
}

a:visited{
color: rgb(0,0,0);
}

body{
background: url('bgpic1.png')
background-repeat: x-repeat; 
background-attachment:scroll;
background-color: black;
font-family: Palatino Linotype, Times New Roman;
text-align: center;
}


#title{
color: white;
font-size: 30px;
}

#frame{
background:rgb(90,0,0);
border: solid 0px black;
color: rgb(0,0,0);
filter: alpha(opacity=40);
}

#text{
font-weight:bold;
color:white;
text-align:center;
filter: alpha(opacity=45);
}