/*
	Project:	Jade Dressler 2012 - v2
	Agency:	Small Earth Group
	Developer: Robert Skwiat (rob@smallearthvc.com)
	Art Director / Designer: Al Montagna (al@smallearthvc.com)
*/

/* =============================================================================
   Import - CSS Reset - a2ddc8
   ========================================================================== */

@import url('reset.css');

/* =============================================================================
   Content
   ========================================================================== */

body, html{
   height:100%;
}

body{
   background: #a2ddc8;
}

.container{
   margin:0 auto;
   width:570px;
}

.logo{
    background:url('../images/logo.png') no-repeat;
    height:833px;
    width:572px;
    display:inline-block;
    text-indent:-9999px;
}