body {
	background-color: #323232;
	color: #FFFFFF;
	font: 80% Arial, Helvetica, Sans Serif;
	text-align: center; /* for IE */
}
a:link {
	color:#00B2E9;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#FFAC00;
	text-decoration: underline;
}
a:link img {
	border-color:#00B2E9;
}
a:visited img {
	border-color:#FFFFFF;
}
a:hover img {
	border-color:#FFAC00;
}
.container {
	background-image: url('images/background.gif');
	background-repeat: repeat;
}
.desc { 
	font-size: 12px;
	line-height: 15px;
	padding: 0 15px;
	text-align: justify;
}
.footer {
	font-size: 12px;
}
.footer a,
.footer a:visited,
.footer a:active,
.footer a:hover {
	color: #FFAC00;
	font-size: 12px;
	text-decoration:none;
}
h1 {
	font-size: 26px;
	margin: 12px;
	padding: 0;
}
div.thumbnail {
	float: left;
	height: 210px;
	margin: 0 0 5px 0;
	text-align: center;
	width: 25%;
}
.thumbnail img {
	margin-bottom: 3px;
}
.thumbnail span {
	font-size: 12px;
}
