@charset "utf-8";
/* www.JasonStockman.com */
@import url(reset.css);

body {
font-size: 1em;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
background: #f8b9cf;
}

#header {
width: 100%;
height: 553px;
background: url(../img/header.jpg) #433238 center top no-repeat;
}

#main {
padding: 31px 0;
background: url(../img/cheeta.jpg) #000 left center repeat-x;
height: 67px;
border-top: 4px solid #2bbed8;
border-bottom: 4px solid #2bbed8;
position: relative;
}

#updates {
display: block;
width: 250px;
position: absolute;
left: 50%;
top: 10px;
margin-left: -165px;
height: 45px;
background: url(../img/form.jpg) #000 center top no-repeat;
padding: 45px 35px 0 35px;
text-align: center;
}

#address {
width: 100%;
text-align: center;
position: absolute;
bottom: 0;
left: 0;
line-height: 2em;
font-weight: bold;
word-spacing: 1px;
z-index: 999;
}

#email {
width: 100%;
}

#submit {
width: 50%;
height: 20px;
background: url(../img/send.jpg) #000 center center no-repeat;
border: none;
cursor: pointer;
font-size: 0;
line-height: 100em;
overflow: hidden;
position: relative;
}

#bottom {
text-align: center;
padding-top: 10px;
}


.hide {
display: none;
}