@import url('reset.css');
@import url('typography.css');

body {
background: #FFF;
text-align:center;
font-size: .92em;
margin: 30px 0 14px;
}
#wrapper {
width: 1175px;
margin: 0 auto;
text-align: left;
}
#page {
padding: 14px; 
border: 1px solid #C7C7C7;
}
#page h1 {
	font-size:10px;
width: 1116px; height: 188px;
text-indent: -9999px;
background: url('../images/h1.jpg') no-repeat left top;
}
#page h1.h1b {
background: url('../images/h1b.jpg') no-repeat left top;
}

#content {
width: 590px;
padding: 0 0 0 40px;
background: url('../images/body_bg.html') repeat-y left top;
float: left;
}
#sidebar {
width: 410px;
padding: 0 40px 0 0;
float: right;
}
#optinbox {
width: 279px;
display: block;
margin: 0 auto;
}
.optinfield {
padding: 6px; margin: 0 0 5px;
width: 264px; height: 27px;
background: url('../images/optinfieldbg.jpg') repeat-x left top;
border: 1px solid #CDCDCD;
}
#video {
margin: 0 auto 1em;
width: 590px; height: 332px;
background: #222;
}
#footer {
text-align: center;
}

.notice {
text-align: center;
font-weight: bold;
}

::-moz-selection {
background:#6374AB;
color:#fff;
}
::selection {
background:#6374AB;
color:#fff;
outline:none;
}
a:focus {
outline:none;
}