/* general definition */
* {padding: 0; margin:0; z-index: 1;}
img{border: none}
img a, img a:hover{border: none}

/* general body style */
BODY {
font-family: Tahoma, Geneva, sans-serif;
font-size: 12px; 
color: #999;
margin: auto; 
text-align: center;
background:#000 url(img/bg.jpg) fixed;
} 

/* links style */
a {color: #666; text-decoration: none}
a:hover {color:#ccc; text-decoration: none;}

/* div center style */
#divcenter{
width:400px;
height: 320px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -200px;
margin-top: -160px;
}

/* div container style */
#container{
width:400px;
height:auto;
margin: auto;
}

/* table and list ul dl style */
#text{
font-family: Tahoma, Geneva, sans-serif;
text-align:left; 
margin-top:50px;
text-align:center;
font-size:0.9em;
padding:0;
}
#text dl{
list-style:none;
margin:0;
padding:0;
}
#text dt{
list-style:none;
margin-top:8px;
padding:0;
text-transform:uppercase;
}