/* CSS Document */
body
{
background-color:#000000;

background-image:url(../images/brass_album_bck.gif);
}
#logo
{
position:absolute;
top:80px;
left:35px;


background-color:#000000;
}
#brass_5
{
position:absolute;
color:#F4AE2C;
}
#splash_back
{
position:absolute;
left:265px;
top:25px;

width:500px;
height:500px;
}
#splash_layer1
{
background-color:#000000;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
position:absolute;
top:50px;
left:40px;
height:350px;
width:720px;
}
#splash_container
{
background-image:url(../images/rep_back.jpg);
position:absolute;
top:120px;
left:130px;
width:800px;
height:430px;
margin:0;
padding:0;
}
#magyar
{
font-size:20px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
position:absolute;
top:100px;
left:790px;
color:ffcc00;
}
#english
{
font-size:20px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
position:absolute;
top:400px;
left:790px;
color:#999999;
}
#ger
{
font-size:20px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
position:absolute;
top:430px;
left:790px;
color:#999999;
}
a:link 
{
color:#999999;
text-decoration: none;
}
a:visited 
{
color:#999999;
text-decoration: none;
}
a:hover 
{
color:#F4AE2C;
text-decoration: none;
}
a:active 
{
color:#999999;
text-decoration: none;
}




