@import "supersized.css";
@import "supersized.shutter.css";

/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Left & Right alignment */

.left { float:left;}
.right { float:right;}
.clear {clear:both;}
.table {display:table;}
.wrapper {width:100%; overflow:hidden;}
.relative {position:relative;}
.absolute {position:absolute;}

/* Global properties ======================================================== */
::selection{
  color: #fff;
  background: #ff1900;
}
::-moz-selection{
  color: #fff;
  background: #ff1900;
}


body, html {height:100%;}

body{ background:#000; border:0; font: 13px Arial, Helvetica, sans-serif; color:#dadada ; line-height:20px; min-width:1000px; position:relative; overflow:hidden;min-width:1000px;}



.extra {min-width:1000px;min-height:100%; height:auto !important; height:100%; margin: 0 auto 0px; overflow:hidden; position:relative; z-index:10;}
/* ============================= main layout ====================== */

















