@import url(http://fonts.googleapis.com/css?family=Satisfy|Open+Sans+Condensed:700,300);
/* General Demo Style */

*,
*:before,
*:after { 
    padding: 0; 
    margin: 0; 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
}

html { height: 100%; }



.container {
    width: 100%;
    position: relative;
}

.main {
    width: 90%;
    min-height: 600px;
    margin: 0 auto;
    position: relative;
}

.container > header {
    margin: 10px;
    padding: 20px 10px 10px 10px;
    position: relative;
    display: block;
    text-align: center;
}

.container > header h1 {
    font-size: 36px;
    line-height: 36px;
    position: relative;
    font-weight: 300;
    color: #e5e3e3;
    text-shadow: 1px 1px 1px rgba(229,227,227,0.8);
}

.container > header h2 {
    font-size: 14px;
    font-weight: 300;
    padding: 15px 0 20px 0;
    color: #134142;
    font-family: Cambria, Georgia, serif;
    font-style: italic;
    text-shadow: 1px 1px 1px rgba(229,227,227,0.5);
}


