*
{
    font-family: Georgia, Arial, sans-serif;
}

h1
{
    font-size: 28px;
    text-align: center;
}


body
{
    background: #191919 url( img/bg_ar.gif ) repeat-x;
    text-align: center;
}

a
{
    text-decoration: none;
    font-weight: bold;
    color: #000;
    font-size: 16px;
}

a:hover
{
    color: #cf0404;
}

p
{
    font-size: 14px;
    margin-bottom: 8px;
    text-align: center;
}

#wrapper
{
    background: #fff;
    border: solid 10px #f0f0f0;
	text-align: center;
    width: 990px;
    margin: 80px auto 0 auto;
    
}