body {
	background : black;
}

.linkBox {
	table-layout:fixed;
	font: 15px arial, sans-serif;
	color: white;
	width: 50%;
	position: relative;
	left: 256px;
	border : 5px solid purple;	
}

.thumbnail {
	align-items: center;
	width: 256px;
    overflow: hidden;
    display: inline-block;
    white-space: pre;
}
.comment {
	color : white;
	align: left;
	white-space: normal;
	word-wrap:break-word;
	width: 512px;
}
.homeButton {
	position: fixed;
}