body {
	min-width: 500px;

	color: #ddbf76;
	background-color: black;

	text-align: center;
	text-decoration: none;

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;

}

#outer{
	text-align: center;
	width: 800px;
	margin: auto;
}

a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;

  } 

body a:link {
	color: #909D73;
	text-decoration:  none;
}	
body a:visited {
	color: #909D73;
	text-decoration:  none;
}	
body a:hover, body a:active {
	color: #990000;
	text-decoration:  none;
}	

body img {
	border-color: #909D73;
}
body img:hover {
	border-color: #990000;
}
body strong {
	color: #909D73;
}

#parallax{
	position:relative; overflow:hidden; width:600px; height:256px;
	margin: auto;
}

.text_no {
	color: #ddbf76;
	background-color: #000;
	border: 0px;
	width: 400px;
}