/* CSS Document */
body {
margin: 0; 
padding: 0; 
background-color: #000;
text-align:center;
}


/* --------------------------------------------------text & format-------------------------------------------------- */

p, a, em, ul, li, h1, h2, h3, h4, h5, img, input, textarea {
font-family: Arial, Helvetica, sans-serif; text-decoration: none; 
margin: 0;  
padding: 0;
}

p, a, em, ul, li { 
font-size: 12px; 
line-height: 20px;
}

ul, li {
list-style: none;
}

h1, h2, h3, h4, h5, input, textarea {
font-size: 12px;
}


.clear {
clear: both;
}
.spacer {
height: 15px;
}
.spacer-big {
height: 60px;
}
.nodisplay {
display: none;
}



/* -------------------------------------------------- layout containers-------------------------------------------------- */


#vertiContInd {
    /*
    width: 936px;
    text-align:center;
    margin: 100px auto;
    */
    bottom:0;
    height:50%;
    left:0;
    margin:auto;
    position:absolute;
    right:0;
    text-align:center;
    top:0;
    width:50%;
}
/* IE.5-6 */ * html #vertiContInd {width: 939px;}




.vertFooter{
    background: #000;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0px;
    margin: 0 auto;
}
.vertFooter {
width: 924px; 
border-top: 12px; 
border-bottom: 12px; 
}


.vertFooter p {
font-size: 9px; 
line-height: 14px;
margin-left: 10px; 
padding: 6px 0 6px 0; 
color: #999;
}



.vertFooter a{
color: #999;
font-size: 9px;
}

.vertFooter a:hover, .vertFooter2 a:hover {
border-bottom: 1px solid #c70202;
font-size: 9px;
color:#999;
}

