
#clickthrough-button {


    width: 1000px;
    height: 200px;
    background-color: red;

    background-position: 0px 0px;
    background-repeat: no-repeat;
    overflow: hidden;
    background:transparent;
	cursor:pointer;
	position: absolute;

    z-index: 999;

}

