/** Placeholder CSS **/

body	{ background: url(bg.png) repeat 0 0; color: #3a3a3a; }

body > div	{ max-width: 500px; width: 50%; min-width: 250px; margin: 10% auto; position: relative; text-align: center; background:  #fff; padding: 2% 5%; border: 8px solid #cfcfcf; box-shadow: 0 4px 12px #1b1b1b; opacity: 0.95; }

h1 {
    border-bottom: 1px solid #ccc;
    font-family: 'Bowlby One SC',cursive;
    font-size: 3.75em;
    line-height: 1.2em;
    margin: 15px;
    padding-bottom: 11px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}
h2	{ font-family: 'PT Sans', sans-serif; font-style: italic; font-weight: normal; }
p	{ font-family: 'PT Sans', sans-serif; line-height: 1.45em; font-size: 1.1em; }
a {
    color: #0caade;
    font-size: 1.2em;
    font-style: italic;
    font-weight: bold;
}
a:hover	{ text-decoration: none; }