html, body {
	margin: 0 0 0 0;
	padding: 0px;
	border: 1px;
	background-color: #999999;
	height: 100%;
	text-align: center;
}

#container {
	position: relative;
	min-height: 100%;
	margin: 5px 5px 5px 5px;
}
#content {
	padding: 10px;
	padding-bottom: 50px;
	margin: 5px 5px 5px 5px;
	width: 95%
}

img {
	border: 1px;
	border-color: #000000;
	border-style: solid;
	
}
.thumb {
	border: 1px;
	border-color: #000000;
	width:30px;
	height:30px;
	margin: 10px 10px 10px 10px ;

}

.expanded {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
}
.center {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}

.style1 {
	color: #FFFFFF;
	font-size: x-large;
	font-family: "Courier New", Courier, monospace;
}

.style2 {
	color: #FFFFFF;
	font-size: small;
	font-family: "Courier New", Courier, monospace;
}



#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	color: #FFFFFF;
	font-size: small;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	width: 95%
}

