* { 
    margin: 0; 
    padding: 0; 
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

body{
    background: url(../images/ajax-loader.gif) no-repeat center center #dbe3ac;
}

html, body, #wrap {height: 100%;    width:100%;    overflow:hidden;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 30px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -30px; /* negative value of footer height */
	height: 30px;
	clear:both;
	} 

#footer-inner{
	background: #738129;
	padding: 0 2em 0 2em;
	line-height: 30px;
	color: #CCC;
	font-size: 0.6em;
}

.footer-left{
	float: left;
}

.footer-right{
	float: right;
}


.footer-center{
	text-align: center;
	padding: 0 200px;
}


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



#supersize {
    position: fixed;
    }

#supersize img {
    height:100%;
    position:absolute;
    width:100%;
    z-index:0
    }
#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#logo{
    width: 375px;
    height: 205px;
    position: absolute;
    top:  50;
    left: 50;
    z-index:100;
    display: none;
}
#butterfly{
    width: 488px;
    height: 750px;
    position: absolute;
    bottom:  0;
    right: 5%;
    z-index:99;
}


#focus-stealer      { position: absolute; left: -9999px; }


a{color: white; text-decoration:none;}
