#topwrapper
{
	background: url(images/bg/top.jpg) no-repeat scroll center top;
	text-align: center;
}
#toplogo
{
    background: url(images/toplogo.jpg) no-repeat scroll center top;
    position: absolute;
    width: 200px;
    height: 70px;
    bottom: 0;
    left: 0px;
}
#clickArea
{
	display: inline;
    width: 180px;
    height: 80px;
    float: left;
    margin-left: 617px;
    margin-top: 492px;
    /*border: 1px solid red;*/
}
#clickArea a
{
    display: block;
    width: 100%;
    height: 100%;
}

