body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
background:#fff;
color:#999;
text-align:center;
margin:0;
padding:150px;
}

#choice {
width:400px;
height:auto;
overflow:hidden;
text-align:left;
vertical-align:middle;
margin:0 auto;
padding:0;
}

#choice .img {
float:left;
width:150px;
height:80px;
background-image:url(../img/logo.gif);
background-repeat:no-repeat;
border-left:1px solid #999;
}

#choice .txt {
float:left;
width:200px;
text-align:right;
padding:14px 5px 5px 0;
}

#choice .txt .txtlinks {
line-height:20px;
margin-left:14px;
margin-top:5px;
height:20px;

background-color:#efefef;
}

#choice .txt a {
text-decoration:none;
float:left;
width:auto;
color:#666;
padding:1px 4px 1px 3px;
}

#choice .txt a:hover {
color:#333;
}

.creator {
float:left;
font-size:9px;
float:left;
width:150px;
text-decoration:none;
color:#ccc;
/*margin:350px 0 0 250px;*/
margin:350px 0 0 50px;
}

.creator:hover {
color:#999;
}

