body {
 font-family:arial;
 font-size:0.8em;
 margin:0px;
 background-color:#F2F1E9;
 background-image:url('images/bodybg.jpg');
 background-repeat:repeat-y;
 background-position:top center;
}

#header {
 width:100%;
 background-image:url('images/headerbg.jpg');
 background-repeat:repeat-x;
 text-align:center;
}

#holder {
 width:900px;
}

#navbar {
 width:100%;
 text-align:center;
 padding:10px 0 0 0;
}

#navbar a {
 text-decoration:none;
 line-height:1.8em;
 font-size:1.3em;
 font-weight:bold;
 padding:0 25px 0 25px;
 color:#c00;
}

h1 {
 color:#293545;
 font-size:1.6em;
 text-align:left;
}

#product {
 width:100%;
 text-align:left;
 border-top:1px dashed #ccc;
 padding-top:10px; 
}

#product img {
 float:right;
 height:100px;
 margin:0 20px 10px 0;
}

#trailer {
 font-size:0.8em;
 margin-top:20px;
}

#trailer a {
 text-decoration:none;
 color:#000;
}