html {
background: url(images/bg.jpg);
}

body {
background: url(images/gradient.png) repeat-x;
min-height: 240px;
}

#container {
margin: 0 auto;
padding-top: 118px;
width: 662px;
}

h1 {
background: url(images/logo.png);
width: 237px;
height: 25px;
text-indent: -2000em;
float: left;
}

#twitter {
background: url(images/bird.png) left no-repeat;
float: right;
display: block;
text-decoration: none;
padding-left: 35px;
line-height: 30px;
font-family: sans-serif;
text-transform: uppercase;
font-size: 12px;
color: #a9b9c8;
}

#plus {
background: url(images/plus.png) left no-repeat;
float: right;
display: block;
text-decoration: none;
padding-left: 28px;
line-height: 30px;
font-family: sans-serif;
text-transform: uppercase;
font-size: 12px;
color: #a9b9c8;
margin-right: 10px;
}

@font-face {
font-family: 'RalewayThin';
src: url('fonts/raleway_thin-webfont.eot');
src: url('fonts/raleway_thin-webfont.eot?#iefix') format('embedded-opentype'),
	 url('fonts/raleway_thin-webfont.woff') format('woff'),
	 url('fonts/raleway_thin-webfont.ttf') format('truetype'),
	 url('fonts/raleway_thin-webfont.svg#RalewayThin') format('svg');
font-weight: normal;
font-style: normal;
}

#intro {
color: #ccdbe9;
font-size: 24px;
clear: both;
font-family: RalewayThin;
line-height: 36px;
padding-top: 30px;
text-shadow: 5px 5px 3px #333;
}

#supportpress {
background: url(images/supportpress.png) 0 0;
display: block;
text-indent: -2000em;
margin: 0 auto -80px;
width: 384px;
height: 266px;
position:relative;
outline: 0;
}

#supportpress span.bg_fade {
background: url(images/supportpress.png) 0 -266px;
position: absolute;
top: 0;
left: 0;
width: 384px;
height: 266px;
}

#foodpartners {
background: url(images/foodpartners.png) 0 0;
display: block;
text-indent: -2000em;
margin: 20px auto -20px;
width: 302px;
height: 262px;
position:relative;
outline: 0;

}

#foodpartners span.bg_fade {
background: url(images/foodpartners.png) 0 -262px;
position: absolute;
top: 0;
left: 0;
width: 302px;
height: 262px;
z-index: 3;
}

#tumblr {
background: url(images/tumblr.png) 0 0;
display: block;
text-indent: -2000em;
margin: 0 auto -80px;
width: 261px;
height: 146px;
position:relative;
outline: 0;
}

#tumblr span.bg_fade {
background: url(images/tumblr.png) 0 -146px;
position: absolute;
top: 0;
left: 0;
width: 261px;
height: 146px;
}
