html {
height:100%;
}

body {
height: 100%;
color:#F5F5F5;
font-family:Verdana;
font-size:12px;
line-height:12px;
background-color: #000;
}

#main {
display: table;
margin: 0 auto;
height:100%;
width: 701px;
}

#inner {
display: table-cell;
vertical-align: middle;
}

#left {
float: left;
}

#right {
width: 156px;
float: right;
margin-left: 10px;
}

#r_up {
margin-bottom: 10px;
height: 52px;
background-color: #AA5120;
padding:10px 0 0 10px;
}

#r_down {
height: 259px;
background-color: #AA5120;
padding:10px 0 0 10px;
line-height:15px;
}

#r_footer {
height: 52px;
background-color: #000;
padding:10px 0 0 10px;
margin-top: 62px;
}

img {
display: block;
border: none;
}

.logo {
margin-top: 8px;
}

a {
color:#fff;
text-decoration: none;
}

.specTextarea {
color:#fff;
background-color: #000;
font-size: 12px;
}

.specTextarea_r {
color:#fff;
background-color: #AA5120;
font-size: 12px;
}
