/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/
*                                       { margin: 0; padding: 0; }
body                                    {background: #B5B340 url(../images/bg.jpg) no-repeat center center; margin-top:-70px;}
a, a img                                { border: 0; text-decoration: none; outline: 0; }
html, body{width:100%; height:100%;}

#footer {
   width:100%;
   height:70px;
   text-align: center;
   background:#E33E89;
   background-image:url('../images/bg-footer.gif');
   background-repeat: repeat;
   background-position: top left;
   position:relative;
   float:left;
}
#footer img{vertical-align:middle;}

#page-wrap{width: 100%; height:100%; padding:0; margin:0; position: relative; overflow:hidden;}

#bird_holder{width:530px; height:36px; margin:-36px auto 0 auto; position:relative;}
#bird{position:absolute; left:55px; top:0;}