﻿body
{
    background: #f8f8f8 url(Images/bg.png) repeat 0 0;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 13px;
    line-height: 20px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    text-align: left;
    font-weight: normal;
}

ul, li
{
    list-style: none;
}

h1
{
    color: #fff;
}

.title
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    float: none;
    color: #fff;
    padding: 14px 0px;
}

.login
{
    padding: 30px 0 18px 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    float: none;
    color: #E45704;
}

.top_img
{
    background: url(Images/index_bg.png) no-repeat 0 0;
    padding: 0;
    margin: 0 auto;
    float: none;
    width: 100%;
    height: 401px;
}

.more
{
    background: url(Images/button.png) no-repeat 0 0;  
    display: block;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    float: right;
    color: #fff;
    width: 74px;
    height: 26px;
    border-style: none;
}
.more:hover
{
    color: #393939;
}

.footer
{
    margin: 0 auto;
    padding: 10px 0;
    color: #fff;
}
.footer a
{
    color: #fff;
    text-decoration: underline;
}
.footer a:hover
{
    text-decoration: none;
    color: #d94707;
}

