﻿/*register button*/
#bottom a{
    display: block;
    margin: 20px 0px 0 195px;
    width: 190px;
    height: 40px;
    background: transparent url(/images/register_btn_red.png) no-repeat left top;
}
#bottom a:hover {
    background-position: left -40px;
}

