@charset "utf-8";
/* CSS Document */
.tx_footer { font:tahoma; font-size:10px; color: #999999;}
.tx_link { font:tahoma; font-size:12px; color:#CCCCCC; text-decoration:none; font-weight:bold;}
.tx_link a{ font:tahoma; font-size:12px; color: #CCCCCC; text-decoration:none; font-weight:bold;}
.tx_link a:hover{ font:tahoma; font-size:12px; color: #FFFFFF; text-decoration: underline; font-weight:bold;}

html, body {margin: 0; padding: 0; height: 100%;}
body {font: 14px/1.7 Verdana, Geneva, Arial, sans-serif; background:#000000}
#wrap {
position: relative;
width: 780px;
height: 100%;
margin: 0 auto;
}
#content {
background: #000000 ;
text-align: center;
position: absolute;
top: 40%;
left: 50%;
height: 500px;
margin-top: -250px;
width: 780px;
margin-left: -390px;
}
#content span {font-weight: bold;font-size: 24px}

