body
{
   font-size: 14px;
   font-family: 'Liberation Sans', arial, helvetica, sans-serif;
   text-align: center;
}

a:hover
{
   text-decoration: underline;
}

a
{
   color: #9598DB;
   background: none;
   text-decoration: none;
}

img
{
   border: 0; 
}

#base
{
   margin-left: auto;
   margin-right: auto;
   text-align: left;
   width: 1024px;
}

#content
{
   /*margin: 10px 15% 10px 5%;*/

   z-index: 2;

   /*
      margin-left: auto;
   margin-right: auto;
   width: 1024px;
   */
}

#gg
{
   z-index: 0;
   position: absolute;
   margin-top: 6px;
   width: 118px;
}


#foot
{
   position: absolute;
   margin: -12px 0 0 100px;
   text-align: center;
   background: url("/images/bar.png") no-repeat center;
   width: 770px;
   color: #BBB;
   padding: 2px 0 0 0;
   
   margin-top: -12px;
}

#foot a
{
   background: none;
   color: #5F63F2;
}

#foot ul
{
   margin: 0;
   padding: 0;
}

#foot li
{
   display: inline;
   list-style-type: none;
   padding: 0;
}

#foot .active
{
   color: #FF00FF;
}

#error
{
   position: relative;
   margin-left: 96px;
   z-index: 1;
   /*width: 600px;*/
   border: 1px #FFF solid;
}

#error h1
{
   font-size: 32px;
}

#error p
{
   padding-left: 12px;
}

#fb
{
   position: absolute;
   z-index: 10;
   margin: 680px 0 0 15px;
}
