html,body {
	background-color: #000;
	color: white;
	background-image: url("../images/backdrop.png");
	background-repeat: repeat-x repeat-y;
}

a:link{
	color: rgb(255, 100, 100);
}

a:visited{
	color: rgb(190, 160, 160);	
}

a:hover{
	color: rgb(255, 25, 25);
}

h2{
	color: white;
	font-size: 1.4em;
	text-align: center;
	padding-top: 15px;
	clear: both;
}

h2 strong{
	font-size: .8em;
}

strong{
	color: #EEE;
	font-weight: bold;
}

em {
	font-style: italic;
}

#wrapper {
	margin: 0px auto;
	width: 819px;
	background-color: #000; 
	font-size: 1.75em;
	font-family: Arial;
	font-weight:100;
	border-left:2px solid white;
	border-right:2px solid white;	
}

#logo_container{
	text-align: center;
}
	
#body {
	color: #BFBFBF;
}
	
#body p{
	padding: 20px;
}

#selection {
	font-size: .6em;
	margin: 2px 0px;
	text-align: center;
}

.sceneThumb {
	width: 266px;
	float: left;
	
	margin-left: 5px;
	
	font-size: .6em;
	line-break: none;
	text-align: center;
}

.sceneThumb a, #selection a{
	text-decoration: none;
}


a:link img{
	border-bottom: 1px solid rgb(255, 100, 100);
	border-top: 1px solid rgb(255, 100, 100);
}

a:visited img{
	border-top: 1px solid rgb(190, 160, 160);	
	border-bottom: 1px solid rgb(190, 160, 160);	
}

a:hover img{
	border-top: 1px solid rgb(255, 25, 25);
	border-bottom: 1px solid rgb(255, 25, 25);
}

#footer {
	text-align:  center;
	padding: 10px;
	font-size: .8em;
	color: #999;
	background-color: #000; 

}
