/*Basic styles*/
body {color: #fff; background: #262626; margin: 0px;}
body, html {height: 100%;}
table, td {color: #fff; font-size: 1em;}

h1 {color: #ef3e34; margin: 0px 0px 10px 0px;}
h2 {color: #ef3e34; margin: 0px 0px 10px 0px;}
h3 {color: #ef3e34; margin: 0px;}
h4 {color: #ef3e34;}
h5 {color: #ef3e34;}

a:link {color: #ef3e34;}
a:visited {color: #ef3e34;}
a:hover {color: #f2625a;}
a:active {color: #ef3e34;}

/*Classes*/

/*SIFR classes*/
h1 {font-size: 26px; margin: 0px 0px 5px 0px;}
*html h1 {font-size: 26px; margin: 0px 0px 5px 0px;} /*IE6*/
*+html h1 {font-size: 26px; margin: 0px 0px 5px 0px;} /*IE7*/

/*DIV layout properties*/
#div_wrpr {height: 100%; width: 100%; overflow: visible; display: table; #position: relative;} /* or without overflow */
#div_cntnr_wrpr {#position: absolute; #top: 50%;display: table-cell; vertical-align: middle; text-align: center; width: 100%;}
#div_cntnr {#position: relative; #top: -50%; float: center; margin: -30px 0px 0px 0px;}
#div_home_navig {width: 732px; height: 459px; margin: 0px auto 0px auto;}
#div_footer_wrpr {text-align: center; margin-top: 20px;}
#div_footer {}

/*DIV appearance properties*/
#div_wrpr {} /* or without overflow */
#div_cntnr_wrpr {}
#div_cntnr {}
#div_home_navig {}
#div_footer_wrpr {}
#div_footer {}