#master0 { 
z-index: -1
}  

img
{ 
z-index: -1
}  

#lefthand {
	position: absolute;
	top: 70px;
	left: 100px;
    width: 180px;
    position: relative;
    z-index: 10000;
    display: block;
}

#lefthand a 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 135px;
    display: block;
    cursor: pointer;

}

#lefthand a h1
{
    display: none;
}

#righthand {
	position: absolute;
	top: 70px;
	left: 400px;
    width: 180px;
    position: relative;
    z-index: 10000;
}

#righthand a 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 135px;
    display: block;

}

#righthand a h1
{
    display: none;
}


