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

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

#top{
width:869px;
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;
}

#top p{
text-align:center;
margin-top: -13px;
color:#fff;
font-size: 15px;
}

#tab{
float:left;
width:867px;
min-height:50px;
border:1px solid #BCBCBC;
border-top:0px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
background-image: url('img/logo.png');
background-repeat: no-repeat;
background-position:right bottom;
}

#tab-left{
float:left;
width:433px;
border-right:1px solid #BCBCBC;
}

#tab-left-top{
font-weight:bold;
text-align:center;
margin-top:5px;
}

#tab-left-text{
padding:15px;
padding-bottom:23px;
}

#tab-left-text p{
margin-top: 2px;
padding-left:25px;
padding-top:1px;
padding-bottom:3px;
color: #000;
font-size: 15px;
background-image: url('img/pos.png');
background-repeat: no-repeat;
}

#tab-right{
float:left;
width:433px;
margin-left:-1px;
border-left:1px solid #BCBCBC;
}

#tab-right-top{
font-weight:bold;
text-align:center;
margin-top:5px;
}

#tab-right-text{
padding:15px;
padding-bottom:23px;
}

#tab-right-text p{
margin-top: 2px;
padding-left:25px;
padding-top:1px;
padding-bottom:3px;
color: #000;
font-size: 15px;
background-image: url('img/neg.png');
background-repeat: no-repeat;
}