@import url(reset-min.css);
a {
outline: none;
color: #6db4b9;
}
body {
background: url(images/bg.png) repeat-x top left;
font-family: Georgia;
font-size: .75em;
font-style: italic;
color: #fff;
}
div#wrapper {
width: 940px;
margin: 0 auto;
}
div#header {
background: url(images/header.png) no-repeat top center;
width: 940px;
height: 137px;
float: left;
margin: 20px 0 10px 0;
}
div#content {
background: #000 url(images/content-bg.png) repeat-x top left;
width: 928px;
height: 416px;
float: left;
padding: 12px 0 12px 12px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}
div#youtube {
width: 746px;
height: 413px;
float: left;
}
div#social {
background: url(images/social.png) no-repeat top center;
width: 177px;
height: 211px;
float: left;
margin: 0 0 0 5px;
}
div#social ul li a {
width: 160px;
height: 60px;
display: block;
text-indent: -9999px;
margin: 0 0 15px 0;
}
div.tweet {
width: 160px;
padding: 0 0 0 5px;
}
div#footer {
background: url(images/footer.png) no-repeat top center;
width: 940px;
height: 58px;
margin: 5px 0 50px 0;
float: left;
}
div#footer a {
display: block;
width: 940px;
height: 58px;
float: left;
text-indent: -9999px;
}