/* CSS Document */

bg {
	background-attachment: fixed;
	background-color: #000066;
	background-repeat: repeat;
	background-position: right bottom;
	border: none;
}

body {
    margin: 0;
	padding: 0;
	background-color: #000000;
}

#nav img {
	margin: 0;
	padding: 0;
	float: left;
}

#thumbnails {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 166px;
	left: 152px;
}

#thumbnails td {
	margin: 0;
	padding: 0;
}

#thumbnails img {
	margin: 0;
	padding-left: 20px;
	padding-top: 15px;
}

#thumbnails p {
	margin: 0;
	padding: 5px 0 0;
	text-align: center;
}

a {
	margin: 0;
	padding: 0;
}	

.style5 {color: #00FFFF; font-size: 12px; }
