/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	text-align: center; /* IE 5 bug fix */
	font: 100.1% "Trebuchet MS", Verdana, Arial;
	background-color: #9a9901;
}


#holder {
	width: 100%;
	height: 388px;
	margin-top:100px;
	background-color: #7f7e04;

}

#language {
	text-align:center
	width: 100%;
	height: 20px;
	margin-top:10px;
}

.thumbs {
	margin:20px auto auto 10px;
	border:1px solid #656501
}

.caption {
	font-size:80%;
}
