@charset "utf-8";
/* CSS Document */
*For personal/commercial use
*May not be redistrubuted or sold
*May be modified by licence holder only
*
*Sections:
*
*1. Positioning
*2. Styling
*
*
/** 1. POSITIONING **/

body {
   height:100%;
   width:100%;
   margin:0;
   padding:0;
   border:0; /* This removes the border around the viewport in old versions of IE */
	}

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto 
	}
	
/** 2. STYLING **/

body {
    background: #FCF9F8;
    font: 12px Helvetica, Arial, sans-serif;
    letter-spacing:1px;
    font-style: normal;
    color: #1a1a1a;
    margin-top:0;
    }