body { 
font-family: Tahoma, Geneva, sans-serif;
background-color: #fff;
}

#center{
position: relative;
margin: 0 auto 0 auto;
width:400px;
height: 100%;
}

#top{
width:399px;
height:49px;
background-image: url('img/bg.png');
background-repeat: no-repeat;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

#top h1{
text-align:center;
padding-top:2px;
color:#fff;
font-size: 20px;
}

#tab{
float:left;
width:397px;
min-height:50px;
border:1px solid #BCBCBC;
border-top:0px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

#tab p{
float:left;
margin-top: 20px;
margin-left: 7px;
padding-top:1px;
width:350px;
color: #000;
font-size: 14px;
}

#img{
float:left;
width:20px;
height:20px;
margin-top: 20px;
margin-left: 20px;
background-image: url('img/down.jpg');
background-repeat: no-repeat;
}

.clear a{
text-decoration:none;
color:#000;
}

.clear a:hover{
text-decoration:underline;
color:#000;
}
