* { font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif; } 
/*body, html { height: 100%; }*/

html {overflow-y:scroll;}

body { margin: 0px; text-align: center;background:#000000;}

#content { text-align: left; margin: auto; margin-top:10px;width: 100%;height:auto;background:url(/_includes/images/bg/bg_VideoModule.jpg) gray;padding:10px 0;overflow:hidden;}

img { behavior:	url("/_includes/images/pngbehavior.htc"); }

p { padding: 0; margin: 21px 0;}
h1 {font-size:26px;line-height:28px;color:#980707;}
h2 { padding: 0; margin: 30px 0 16px 0; clear: both; }
h3 { padding: 0; margin: 25px 0 5px 0; clear: both; }
a {color:#D78406;}


#wrapper {float:left;height:100%;width:100%;}

/* NOTE: if you want to use thickbox for displaying popup galleries and whatnot, the javascript by nature causes all block elements
 to have a margin and padding of 0. You'll need to manually set those values for elements like p, list, and header tags here. 
 You'll also want to make sure your default.cfi body content is inside a block element with an id of "content" if you want a 
 centered layout. */