@charset "utf-8";
/* CSS Document */

   html, body {
 height: 100%;
 margin: 0;
 padding: 0;
 background-color:#000000;
 }
  
   img#bg {
 position:fixed;
 top:0;
 left:0;
 width:100%;
 height:100%;
 }
#outer {
text-align:center;
position:absolute;
top:50%;
left:0;
width:100%;
height:1px;
 }
 
 #inner {
position: absolute;
top: -300px;
left: 50%;
margin-left:-200px;
 }
 
 #tdtausta {
 padding:25px;
 text-align:justify;
float: left;
background-color:#000000;
filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
}

IMG {
filter:alpha(opacity=99);
-moz-opacity:.99;
opacity:.99;
}

#reuna {
border-style:solid;
border-bottom:1px;
border-left:1px;
border-right:1px;
border-top:1px;
border-color:#121212;
}

a { color:#FFFFFF; }