@import 'reset.css';

body {
background: #fff; 
}

#preload {
display: none;
}

#outer {
width: 850px;
height: auto;
margin: 0px auto;
}

#left, #center {
width: 270px;
height: auto;
float: left; 
}

#right {
width: 240px;
height: 410px;
float: left;
padding: 35px;
background: url("../images/bg_right.jpg") no-repeat top left;
}

p {
font: 14px arial, helvetica, sans-serif;
line-height: 18px;
color: #000;
font-weight: bold;
margin: 0px 0px 18px 0px;
}

#footer {
width: 850px;
height: 99px;
clear: both;
}

img.share {
float: left;
}

img.divider {
clear: both;
}

#video {
width: 480px;
height: 385px;
margin: 20px auto 0px auto;
}