/* CSS Document */

body{
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-image: url(../images/background_clouds2.jpg);
	background-repeat: repeat-x;
	background-color: #090a0e;
}

a
{
	color:#847f50;
}

#container{
	width: 704px;
	}
	
#center_box{
	position: relative;
	top: 77px;
	width: 704px;
	height: 460px;
	}
   
#holder{
	position: relative;
	bottom: 274px;
	width: 400px;
	right: 125px;
	}
	
#greybox{
	position: relative;
	width: 163px;
	height: 219px;
	background-color: #1f1f1f;
	filter: alpha(opacity=85);-moz-opacity:.80;
	float: left;
	}

#searchfeatures{
	position: relative;
	float: left;
	}
	
#search_txtbox{
	position: absolute;
	width: 151px;
	right: 5px;
	top: 11px;
	}
	
#search_anyone{
	position: absolute;
	width: 151px;
	right: 5px;
	top: 81px;
	}
	
#search_story{
	position: absolute;
	width: 151px;
	right: 5px;
	top: 159px;
	}
	

.overlaytxt{
	font-family: "Franklin Gothic Medium Cond";
	font-size: 12px;
	color: #929184;
	}
	
.gobtn{
	font-family: "Franklin Gothic Heavy";
	font-size: 10px;
	color: #847f50;
	}
