/* 
    Document   : style
    Created on : 2010-07-02, 10:41:00
    Author     : Konrad
    Description: CSS - apps.pl teaser@poformacie
        Purpose of the stylesheet follows.
*/

body
{
    font: 12px Arial, Helvetica, sans-serif;
    color: #000;
    background: #FFF;
}

.header-logo
{
  width: 100%;
  height: 65px;
  margin: 10px 0 0 0;
}

.header-logo .in
{
  width: 203px;
  height: 62px;
  margin: 10px auto;
}

.middle-content-wrapper
{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px 0;
}

.middle-content-wrapper .facebook
{
  width: 600px;
  height: auto;
  margin: 0 auto;
}

.footer
{
  width: 100%;
  height: 30px;
  clear: both;
  text-align: center;
}
