﻿/*****************************************************************
							SUPPORT IMGS CSS
******************************************************************/
    a.TestHelp
    {
		margin-top:-10px;
        width: 160px;
        height: 80px;
        display:inline-block;
    }
    
    a.TestHelp:hover
    {
        background-position:0px -80px;
    }
    
    a.TestLiveChat
    {
        width: 160px;
        height: 80px;
        display:inline-block;
    }
    
    a.TestLiveChat:hover
    {
        background-position:0px -80px;
    }
    
    a.PressAreaButton
    {
        width: 160px;
        height: 80px;
        display:inline-block;
        background-image: url('Resources/Layout/PressArea/PressArea.jpg');
    }
    
    a.PressAreaButton:hover
    {
		background-position:0px -80px;
    }
    
    a.BecomeAgentButton
    {
        width: 160px;
        height: 50px;
        display:inline-block;
    }
    
    a.BecomeAgentButton:hover
    {
		background-position:0px -50px;
    }
    
    a.WorldCupLiveCenterButton
    {
        width: 160px;
        height: 100px;
        display:inline-block;
    }
    
    a.WorldCupLiveCenterButton:hover
    {
		background-position:0px 0px;
    }
    