/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
    +common
    +header
    +content-wrapper
        =content-main
    +footer
-----------------------------------------------------------------------------*/

/* +common
*----------------------------------------------------------------------------*/

html, body {
    margin: 0;
    text-align: center;
}

/* +header
*----------------------------------------------------------------------------*/

header {
    margin: 0 auto;
    text-align: left;
}

/* +content-wrapper
*----------------------------------------------------------------------------*/

#content-wrapper {
    position: relative;
	margin: 0 auto;
    text-align: left;
}

#content-main {
	margin: 0 auto;
    padding: 0;
}

/* +footer
*----------------------------------------------------------------------------*/

footer {
    clear: both;
    margin: 0 auto;
    text-align: left;
}