﻿.australia
{
    background-image:url('Images/australia.png');
    height:666px;
    position:relative;
    width:700px;
}

.australia div
{
    cursor:pointer;
}

.nsw
{

    height:178px;
    left:472px;
    position:absolute;
    top:364px;
    width:226px;    
}

.nsw:hover
{
    background-image:url('Images/nsw.png');
}

.nt
{
    height:298px;
    left:265px;
    position:absolute;
    top:6px;
    width:175px;    
}

.nt:hover
{
    background-image:url('Images/nt.png');
}

.prompt
{
    position:absolute;
}

.qld
{
    height:380px;
    left:432px;
    position:absolute;
    top:6px;
    width:265px;    
}

.qld:hover
{
    background-image:url('Images/qld.png');
}

.sa
{
    height:242px;
    left:273px;
    position:absolute;
    top:302px;
    width:209px;
}

.sa:hover
{
    background-image:url('Images/sa.png');
}

.tas
{
    height:64px;
    left:517px;
    position:absolute;
    top:600px;
    width:57px;
}

.tas:hover
{
    background-image:url('Images/tas.png');
}

.vic
{
    height:100px;
    left:468px;
    position:absolute;
    top:466px;
    width:139px;    
}

.vic:hover
{
    background-image:url('Images/vic.png');
}

.wa
{
    height:439px;
    left:2px;
    position:absolute;
    top:62px;
    width:275px;    
}

.wa:hover
{
    background-image:url('Images/wa.png');
}