a {
	color:RGB(47,109,181);
}

html,body {
	border: none;
	margin: 0px;
	background-image: url(images/sign-world-bg2.jpg);
	background-repeat:repeat;
	text-align: left;
	height: 100%;
}

.parent-table {
	width:900px;
	height: 300px;
	border-left: 2px solid white;
	border-right: 2px solid white;
	border-top: none;
	border-bottom: none;
	background: #000;
	background-repeat:repeat;
	height:100%;
}

.header-table {
	border: 0px;
	margin: 0px;
}

.body-table {
	border: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 0px;
	padding-right: 0px;
	width: 900px;
	color: #CCCCCC;
	font-family: Trebuchet MS;
	font-size: 85%;
	
}

.body-table-2 {
	border: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 900px;
	color: #CCCCCC;
	font-family: Trebuchet MS;
	font-size: 85%;
	height: 100%;
	
}

#thumbs img {
	border: 6px solid #333333;
}