/* CSS Document */


body {
	background-image: url(images/rd-bak.gif);
	background-color: #9e2b2c;
	margin: 10px;
	padding: 10px;
}

#wrapper {
	position: relative;
	width: 811px;
	height: 550px;
	margin: auto;
}

#loading {
	position: absolute;
	top: 173px;
	width: 100%;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-align: center;
	/*z-index: 30;*/
}

#loading img {
	padding-bottom: 9px;
	padding-left: 10px;
}

#main {
	position: relative;
	top: 3px;
	left: 4px;
	z-index: 10;
}

#glow {
	position: absolute;
	top: -1px;
	/*visibility: hidden;*/
	z-index: 1;
}

/*#address {
	position: absolute;
	margin-top: 6px;
	width: 811px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #eecbc3;
	text-align: right;
	z-index: 3;
	display: none;
	position: relative;
}

#address-pngX {
	position: relative;
	top: 3px;
	left: 80px;
}*/

#address-png {
	position: absolute;
	/*bottom: 0px;*/
	right: 6px;
	/*display: none;*/
	/*padding-top: 500px;*/
}

#instruct {
	position: relative;
	padding: 14px 6px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	display: none;
}

#instruct a {
	color: #fff;
	text-decoration: none;
}

#instruct a:hover {
	text-decoration: underline;
}
