/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11-Mar-2014, 11:56:24 AM
    Author     : b11y
*/

#main{
    background: #fff url('../images/beaver.jpg') 50% 50% no-repeat;
    background-size: auto 100%;
    color: #FF0000;
    min-height: 600px;
}
#main h1{font-size: 42px; margin-bottom: 5px;}
#main h1, #main h2{
    font-size: 36px;
    font-family: Helvetica , Arial, sans-serif;
    text-align: center;
    background-color: rgba(255,255,255,.85);
    padding: 10px;
}
#main h2{margin: 0;}
