html, body{ 
 margin:0; 
 padding:0; 
 background: #b81f00 url('images/bg.jpg') repeat-x;
 background-position: top center;
 text-align: center;
 font-size: 13px;
 font-family: helvetica, verdana, arial, sans serif;
 color: #fff;
}

/* Global Tags */

a{
 outline: none;
 color: #f1f1f1;
 font-weight: bold;
 text-decoration: none;
}

a:focus{
outline: none;
}

a:hover{
 color: #ddd;
 text-decoration: underline;
}

h1, h2, h3, h4, h5{
 margin: .5em 0;
 padding: 0;
}

img{
 border: 0;
 border: none;
}

/* Global Structure */

#pagewidth{ 
 width:960px; 
 text-align:left;
 margin: 0;
 padding: 0;
 margin-left:auto; 
 margin-right:auto;
}
 
#header{
 background: url('images/bg_main.jpg') no-repeat;
 background-position: top center;
 position: relative;
 height:575px; 
 width:960px;
 margin: 0 auto;
 display: block;
}

.content{
 position: absolute;
 top: 260px;
 right: 120px;
 width: 430px;
 height: 210px;
 color: #000;
 text-align: justify;
 line-height: 1.6em;
 font-size: 1.1em;
 text-shadow: 1px 1px 0px #c9c436;
}

.buy_stickers{
 position: absolute;
 top: 340px;
 left: 100px;
 width: 290px;
 height: 140px;
}

.buy_stickers a{
 width: 100%;
 height: 100%;
 display: block;
}

#footer{
 position: relative;
 display: block;
 width: 960px;
 height: 100px;
 margin: 10px auto;
 text-align: left;
}

.site_by{
 position: absolute;
 right: 30px;
 bottom: 3px;
}

.site_by a{
 background: #d73211;
 padding: 3px;
}

.site_by a:hover{
 background: #771400;
 text-decoration: none;
 color: #fff;
}

.paidfor{
 position: absolute;
 bottom: 10px;
 left: 374px;
 width: 200px;
 border: 1px #d1d1d1 solid;
 margin: 0px auto;
 padding: 6px;
 font-size: .85em;
 text-align:center;
 color: #d1d1d1;
 clear:both;
}

.signup{
 position: relative;
 width: 600px;
 margin: 0 auto;
 padding-bottom: 70px;
 color: #fff;
 font-family:Trebuchet MS, Trebuchet, Georgia, serif;
}

.signup label{
 text-transform: uppercase;
 text-shadow: -1px -1px 0px #333;
 color: #fff;
}

.signup .formfield{
 background: #fff url('images/bg_form.jpg') repeat-x;
 background-position: top;
 width: 93%;
 padding: 5px;
 margin: 0px 10px 19px 0;
 font-size: 2em;
 color: #000;
 border: 6px #891902 solid;
}

.signup .formfield:focus, .signup .zip:focus, .signup .formfield:active, .signup .zip:active{
 background: #fff;
 border: 6px #e32600 solid;
 color: #000;
}

.signup .zip{
 width: 120px;
}

/* Link Image Replacement */
#share{position:relative;height:116px;width:960px;display:block;clear:both;margin: 0 auto;padding:0;}
#share ul {margin:0; padding:0; list-style-type:none; width: 960px;display:block;}
#share li {float:left;}
#share li.list1 {background:transparent url(images/share_twitter.jpg);}
#share li.list2 {background:transparent url(images/share_facebook.jpg);}
#share li.list3 {background:transparent url(images/share_donate.jpg);}


#share a#item1 {background:transparent url(images/share_twitter_b.jpg) 1px -116px no-repeat;}
#share a#item2 {background:transparent url(images/share_facebook_b.jpg) 1px -116px no-repeat;}
#share a#item3 {background:transparent url(images/share_donate_b.jpg) 1px -116px no-repeat;}


#share a#item1:hover, #share a#item2:hover, #share a#item3:hover{background-position:0 0; z-index:50;}


#share {display:block; width:960px;}

#share a.list1 {display:block; width:287px; height:0; padding-top:116px; color:#000; overflow:hidden;}
#share a.list2 {display:block; width:214px; height:0; padding-top:116px; color:#000; overflow:hidden;}
#share a.list3 {display:block; width:459px; height:0; padding-top:116px; color:#000; overflow:hidden;}

/* end Link Image Replacement */

/* Attribute Styles */

.center{
 margin: 0 auto;
 display: block;
}

.btm_10{
 margin-bottom: 10px;
}

.top_10{
 margin-top: 10px;
}

.go_right{
 float: right;
}

.go_left{
 float: left;
}

 /* *** Float containers 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 */  
