/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

body{
margin:0;
padding:0;
background: #fff url(../images/background.jpg) top center no-repeat;
font-family: Helvetica Neue, Helvetica, Arial;
color: #444444;
}

#content_wrapper{
	width: 630px;
	margin: 0 auto;
}

.content{
width: 630px;
float: left;
margin-top: 270px;
}

.clear{
clear: both;
}

ul.social{
width: 58px;
margin: 0 auto 45px auto;
}

ul.social li{
float: left;
}

ul.social li a{
width: 24px;
height: 24px;
float: left;
}

ul.social li.facebook{
background: url(../images/social.png) left top no-repeat;
margin-right: 10px;
}

ul.social li.twitter{
background: url(../images/social.png) -34px top no-repeat;
}

ul.social li:hover.facebook{
background: url(../images/social.png) left -24px no-repeat;
}

ul.social li:hover.twitter{
background: url(../images/social.png) -34px -24px no-repeat;
}

p.made_in{
color: #444444;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 3px;
text-align: center;
margin-bottom: 15px;
}

h1{
text-align: center;
font-size: 60px;
color: #444;
}


.good_news{
width: 301px;
height: 112px;
margin: 20px auto 0 auto;
color: #333;
background: url(../images/things.png) left top no-repeat;
padding-top: 28px;
}

h2{
font-size: 21px;
text-align: center;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 6px;
}

.good_news p{
font-size: 18px;
text-align: center;
}