.nodisplay {
    position: absolute;
    left:     0px;
    top:      -700px;
    width:    1px;
    height:   1px;
    overflow: hidden;
}
.nodisplay2 {
    width:    0px;
    height:   0px;
	left: -3000px;
	position: absolute;
	overflow: hidden;
}
