/*
Filename:				home.css
Author:				Domenic Polsoni (FABUmarketing.com)
Date Created:			2010/01/07
Purpose:				Controls style elements for the home page.
History:
*/

#main   {
    display : block;
    padding : 0;
    height : 547px;
}
    #main img   {display : block;}
    a#clickEnter {
        display: block;
        position: absolute;
        top: 430px; left: 330px;
        width: 308px; height: 103px;
        text-align: center;
        background: url('/images/home/click_enter.png') no-repeat;
        overflow: hidden;
        cursor: pointer;
        z-index : 10;
    }
        a#clickEnter span  {
            display: block;
            margin: 56px 0 0 0;
            border: 0px solid #fff;
            line-height: 15px;
        }

