body {
    margin: 0px;
	overflow:hidden;
}

iframe {
    border: 1px solid #000;
    height: 100%;
    margin: 0 0 10px;
    width: 80%;
	float: left;
}


#issues {
    width: 16%;
    float: right;
	height: 100%;
	overflow: auto;
	margin-top: 10px;
}

.thumbnail {
    float: left;
    text-align: center;
    margin-bottom: 5px;
	margin-right: 15px;
}

.thumbnail img {
    width: 110px;
    height: 160px;
}