@charset "utf-8";
*{
padding:0px;
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
body {
font-size:14px;
color:#000;
background:#000000;
text-align:center;
margin:0px
}
#mainSence{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
min-height:100%;
min-width:100%;
}
#privacy{
font-size:12px;
color:#333;
float:right;
position:fixed;
width:140px;
height:14px;
bottom:10px;
position:absolute;
z-index:300;
right:0px;
}
a{
color:#333;
text-decoration:none;
}
a:hover{
color:#666;
}