/* CSS Document */

body{
background: url(../img/back.jpg) no-repeat #232c41 center top;
font-family:Verdana, Arial, Helvetica, sans-serif !important;
font-size:11px;
color:#FFFFFF;
}


a{
color:#ffffff;
text-decoration: underline;
}

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

a.file{
color:#ffffff;
text-decoration: none;
}

.head{
font-weight:bold;
}

.big_box{
background: url(../img/box_bg.png) repeat left top;
display:inline;
border: 1px solid #0f1218;
width:400px;
height:auto;
margin:0px auto;
float:left;
padding-bottom: 5px;
padding-left: 5px;
}	