html
{
	background-color: #000;
}
div.container
{
	width: 100%;
	height: auto;
}
div.banner
{
	width: 50%;
	height: auto;
	margin: 0 25% 0 25%;
	text-align: center;
}
div.content
{
	width: 82%;
	height: 57%;
	/* background-color: #969696; */
                background-color: #000;
	margin: 0 10% 0 10%;
	overflow: auto;
}
div.thumbnail
{
	float: left;
	width: 150px;
	height: 146px;
	margin: 10px 10px 10px 10px;
	background-image: url('../int_images/img003a1.jpg');
}
div.thumbnail img
{
	width: 100px;
	height: 66px;
	margin: 37px 25px;
}