﻿* 
{
	margin:                 0;
	padding:				0;
}

html 
{
    height:                 100%;
    width:                  100%;    
}

body 
{
    background-color:       White;
    background-image:       url('Images/body-bg.jpg');
    background-position:    50% 50%;
    background-repeat:      no-repeat;        
    overflow:hidden;
}


/* -------------------------------------------------------------------------
	Layout
------------------------------------------------------------------------- */

#container
{
    height:                 100%;
    width:                  100%;
}


#bottom-container
{
    background-image:       url('images/bottom-email.png');
    background-position:    center bottom;
    background-repeat:      no-repeat;  
    position: absolute;
    bottom: 0;
    left: 0;
    height: 160px;
    width: 100%;
}

