@import url('reset.css');
@import url('typography.css');

body {
background: #145074 url(../images/bg.jpg) no-repeat fixed center top;
text-align:center;
}

#wrapper {
width: 720px;
margin: 0 auto;
text-align: left;
}

#header {
margin-top: 10px;
}
#logo {
left:20px;
position:relative;
top:16px;
}
#page {}
#content-top {
width:720px; height: 17px;
background: url(../images/body_top.png) no-repeat left top;
}
#content {
width: 640px;
padding: 10px 40px 20px;
background: url(../images/body_bg.png) repeat-y left top;
}
#content-btm {
width: 720px; height: 24px;
background: url(../images/body_btm.png) no-repeat left top;
}
#video {
margin: 1em auto;
width: 500px;
}
#footer {
}

.videocap {
text-align: center;
}
.download {
text-align: center;
font-size: 2em;
}
.backlink {
font-weight: bold;
}
.postimg {
float: right;
padding: 3px;
background: #F4F4F4;
border: 1px solid #CCCCCC;
margin: 0 0 1em 1em;
}
.yellowbox {
background: #EFD279;
padding: 1em;
border:1px solid #DE9D7F;
margin: 1em;
}
