body {
	background: #000;
}

div.clear {
	clear:both;
	height:0px;
	overflow:hidden;
}

div.content {
	color: #FFF;
	font-family:Times New Roman, Times, Serif;
	width: 640px;
	margin:40px auto;
}

/*** Index page styles ***/
body.index #menu {
	opacity: 0;
}

#intro_photo_container {
	background-color: #FFF;
	border: 5px solid #FFF;
	clear: left;
	margin: 0 auto;
	opacity: 0;
	position: relative;
	top: 100px;
	width: 512px;
}

#intro_photo_container img {
	 border: none;
}


/*** photo page styles ***/
div#photo_categories {
	clear: left;
	margin: 0 auto 0;
	position: relative;
	top: 100px;
	width: 760px;
}

div#photo_categories h1 {
	clear: left;
	color: #CCC;
	background-color: #555;
	text-align: center;
	margin: 0;
	padding: 0 0 5px 0;
}

div#photo_categories div {
	background-color: #333;
	padding: 20px;
	overflow: auto;	
}

div#photo_categories div div {
	padding: 0;
	margin: 0 auto;
}

div#photo_categories a {
  	background-color: #111;
	float: left;
	margin: 8px;
	text-decoration: none;
}

div#photo_categories a span {
  	background-color: #111;
  	color: #BBB;
	display: block;
	font-size: 9pt;
	text-align: center;
}

div#photo_categories img {
	margin: 5px 10px;
	opacity: .5;
}

div#photo_categories a:hover img {
	opacity: 1;
}

div#photo_categories a:hover span {
  	color: #FFF;
}

div#test {
	background-color: red;
	width: 100px;
}