#szs {
  width:200px;
  float:right;
margin: 0;
height:100%;
}
#szsimg {
margin:0;
padding:0;
width:200px;
position: fixed;
bottom:0;
right:0;
}
#header, h6 {
font-family: Chalkboard,"Comic Sans MS","Comic Sans"; 
}
p {
clear:left;
}
.imgholder {
text-align: center;
margin:20px 0;
overflow:scroll;
font-size:smaller;
}
#content {
z-index:1;
}
@media (max-width: 640px) {
#szs {
position: absolute;
}
#szsimg {
top:0;
opacity:0.3;
width:100px;
}
}
