#container { position: relative; padding-top:20px; margin-left:495px;} 

#background 
{ 
font-family: cursive; 
position: absolute; 
top: 0; 
left: 0; 
bottom: 0; 
right: 0; 
z-index: -1; 
overflow: hidden; 
font-size: 10px;
text-decoration: none;
}

#background a
{
font-size: 10px;
text-decoration: none;
color: black;
}

#background a span { display: none; color: #FFFFFF; } 

#background a:hover span 
{ 
display: block; 
position: absolute; 
width: 300px; 
background-color: #aaa; 
height: 50px; 
margin: 50px auto;
color: #FFFFFF; 
padding: 5px;
font-size: 24px;
text-decoration: none;
left: 50%; 
margin-left: -150px; 
}
{
top: 50%; 
left: 50%; 
margin-left: -150px; 
margin-top: -25px;
}


#transbox a span { display: none; color: #FFFFFF; } 
#transbox
{
width:800px;
height:300px;
position: relative;
padding:30px;
top:80px;
left: 80px;
background-color:#ffffff;
border:1px solid black;
opacity:0.9;
filter:alpha(opacity=90); /* For IE8 and earlier */
}

#normaltext
{
opacity:1.0;
filter:alpha(opacity=100);
}