html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body {
	background-color:#212121;
	text-align: center;
}

a:link   { color: white; 
           text-decoration: underline;
		   }	
a:visited { color: white; 
            text-decoration: underline;
			}
a:active { color: teal;
            text-decoration: underline;
			}
a img    { border: none;
            }
#wrapper {
	background-color: #000;
	width: 1025px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	position: relative;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	height: auto;
}
#navigation {
	background-color: #000;
	width: 1025px;
	position: absolute;
	top: 65px;
	right: 0px;
}
#content {
	background-color: #000;
	height: 800px;
	width: 1025px;
	position: absolute;
	top: 127px;
	right: 0px;
	clear: none;
	margin-bottom: 10px;
	color: #000;
}
#emailsignup {
	background-color: #666666;
	height: 100px;
	width: 1025px;
	float: none;
	clear: none;
	position: absolute;
	border-bottom-color: 25;
	bottom: 25px;
}
#links {
	background-color: #0F9;
	width: 1025px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 25px;
}
#header {
	width: 1025px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	background-color: #000;
}
#top_photos {
	background-color: #000;
	height: auto;
	width: 1000px;
	border: 3px solid #FFF;
	position: absolute;
	top: 10px;
	right: 8px;
}

.white, td.white {
	color:white;
}
