@charset "utf-8";

body {
	background-attachment: scroll;
	background-color: #cc3399;
	background-image: url(images/bg-ladylife.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}

li {
	color: #FFFFFF;
}

hr {
	color: #ff99cc;
}

#main {
	position: absolute;
	width: 902px;
	left: 50%;
	top: 0px;
	margin-left: -451px;
	_margin-left: -451px;
	border: 0;
}
#textscroll {
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #ff66cc;
	width: 447px;
	height: 542px;
	overflow: auto;
}
.main {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: ebebeb;
}

.wht {color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

.pnk {color: #ff66cc;
	font-family: "Trebuchet MS";
	font-size: 12px;
}


.gray {color: #999999;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

a:link {
	color: #FF99FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF99FF;
}
a:hover {
	text-decoration: underline;
	color: #FF66FF;
}
a:active {
	text-decoration: underline;
	color: #FF66FF;
}


