@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/good_fortune_bg.gif);
	background-repeat:repeat
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:  1.5em;
}

#box {
	width:955px;
	margin: 0 auto;
	align:center;
}

#index {
	width:955;
	height:1000;
	background-color:#FFFFFF;
	margin:0 0 0 0;
	padding:0 0 0 0;	
}

#nav {
	width:955;
	height:30px;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#A90203;
	font-weight:bold;
	padding-top:5px;
	padding-left:30px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A90203;
}
a:link {
	text-decoration: none;
	color:#A90203;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #E3D2B6;
}
  /*This is the class for the black overlay to make it appear faded out*/
#branding 
{
 visibility: hidden; 
}


.black_overlay

{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}

/*This is the class for the white box for text*/
.white_content
 {
	display: none;
	position: fixed;
	top: 10%;
	left: 35%;
	width: 30%;
	height: 75%;
	padding: 16px;
	border: 2px black;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
#footer {
	width:955;
	background-color:#FFFFFF;
	border-top:#000000 solid thin;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	font-weight:bold;
	padding-left:5px;
}