@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0}
html { /* Force Vertical Scrollbar */
 /* IE */
 overflow-y: scroll;
 /* Moz */
 height: 100%;
 margin-bottom: 0.1em;
 overflow-y:hidden; overflow-x:hidden
}
ul li{list-style:none}
body{background:#e6e6e6; font:75%/140% Georgia, "Times New Roman", Times, serif; height:100%;}
a{color:#000; text-decoration:none; padding:1px}
div.wrapper{background: url(bg.jpg) center no-repeat; width:100%; height:100%; display:block; padding:6%}
div.header{ height:168px; background:url(logo.png) no-repeat left top}
div.header h1{overflow:hidden; text-indent:-9999px; display:block; width:270px; height:100px; margin:0; padding:0}
div.content p{padding-left:1em; color:#CCCCCC}
div.content ul{margin-left:10px}
div.content ul li{display:inline-block}
div.content{font-size:0.8em}
div.content a:hover{background:#FFFF00; text-decoration:underline}
div.copy{float:right; position:absolute; top:5px; right:1%}
div.ji{position:absolute; top:-50px}
