body
{
  padding: 0; 
  margin:0;
  color: #000;
  height:100%;
  min-height:100%;
  background-color: #FFF;
  min-width: 900px;
  line-height: 2em;
    font-family: Pirulen, helvetica, arial, sans-serif, "Century Gothic";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
  text-align: center;
}

@font-face {
    font-family: 'Pirulen';
    src: url('fonts/pirulen.eot');
    src: url('fonts/pirulen.eot?#iefix') format('embedded-opentype'),
         url('fonts/pirulen.woff') format('woff'),
         url('fonts/pirulen.ttf') format('truetype'),
         url('fonts/pirulen.svg#pirulen') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'devilbreeze';
    src: url('fonts/devilbreeze.eot');
    src: url('fonts/devilbreeze.eot?#iefix') format('embedded-opentype'),
         url('fonts/devilbreeze.woff') format('woff'),
         url('fonts/devilbreeze.ttf') format('truetype'),
         url('fonts/devilbreeze.svg#devilbreeze') format('svg');
    font-weight: normal;
    font-style: normal;
}

.logo
{
width: 545px;
height: 275px;
  background-image: url('images/logo.png');
  background-repeat: no-repeat;
margin-top: 50px;
}

.wrap
{
width: 100%;
height: 100%
}

.wrapinner
{
width: 900px;
height: 100%
margin: 0 auto;
}

a, a:visited
{
  color: #000;
  font-size: 16px;
  text-decoration: none;
}



a:hover
{
  color: red;
text-decoration: none;
}

span.big
{
font-size: 20px;
}