﻿.hbar
{
    position:relative;
    width:1000px;
    min-height:425px;
    color:#CCC;
    background:#0d0d0d;
    text-align:center;
    margin-bottom:5px;
    font-family: 'Segoe UI', 'Open Sans', sans-serif;
    font-size:18px;
}

.hbar_top
{
    position:absolute; 
    top:-8px; 
    left:0;
}

.hbar_bottom
{
    position:absolute; 
    bottom:-8px; 
    left:0;
}

.hbar_back
{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:0;
}

.hbar a
{
    color: #CCC;
    font-size: 14px;
}

.hbar a:hover
{
    color: #FFF;
}