@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image: url(myimages/bg.png);
	background-repeat: repeat-x;
}
#wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#wrapper td {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
#wrapper img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-bottom: 15px;
}
#wrapper table {
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 220px;
	float: left;
}
#gallery {
	width: 700px;
	float: left;
}
#credits {
	color: #FF3300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	clear: both;
}
.orange {
	color: #FF6600;
}
