td,th {
	text-decoration: none;
	border: 0px;
	white-space: nowrap;
	z-index: 0;
	border-color:#990000;
}

body {
	color: #DFDFDF;
	background-color: #D2CAC4;
	background-image: url(images/fade.jpg);
	background-repeat: repeat-y;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

a:link {
	text-decoration: none;
	color: #888888;
	font-size: 12px;
}

a:visited {
	text-decoration: none;
	color: #888888;
}

a:hover {
	text-decoration: none;
	color: #888888;
}

a:active {
	text-decoration: none;
	color: #888888;
}

a:focus {
	outline: 0px;
}

.announce {
	color: #FFFFFF;
	background-color:#FBF8F0;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 215px;
	z-index: 200;
	filter:alpha(opacity=30);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

.lotus {
	color: #FFFFFF;
	background-color: transparent;
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 215px;
	z-index: 80;
	white-space: nowrap;
	filter:alpha(opacity=30);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

.leftside {
	color: #fff;
	background-color:#ECDDF0;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 235px;
	height: 88%;
	z-index: 10;
	filter:alpha(opacity=30);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

.rightside {
	color: #fff;
	background-image:url(images/cardfade.jpg);
	background-repeat: repeat-y;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 700px;
	height: 97%;
	z-index: 0;
}

.container {
      color: #FFFFFF;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 0px;
      width: 100%;
      height: 1px;
      overflow: visible;
      visibility: visible;
      display: block;
}

.flip {
	color: #333333;
	background-color: transparent;
	position: absolute;
	left: 255px;
	top: -255px;
	z-index: 90;
	width: 70%;
}
