html {
 background-color : #eee;
/* overflow:hidden; */
}
body {
 background-color : #eee;
/* overflow:hidden; */
 font-family : Verdana, sans-serif;
 font-weight : bold;
}
#visibleOnlyWithout {
 background : transparent
              url(makeitheavy.jpg)
              no-repeat;
 color : green;
 margin : -202px 0 0 -300px;
 position : absolute;
 top : 50%;
 left : 50%;
 width : 600px;
 height : 404px;
 text-align : center;
}
#visibleOnlyWith {
 background : yellow;
 color : blue;
 margin : -202px 0 0 -300px;
 position : absolute;
 top : 50%;
 left : 50%;
 width : 600px;
 height : 404px;
 text-align : center;
 visibility : hidden;
}
p {
 margin-top : 100px;
}