@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFD2E9;
}
.oneColFixCtr #container {
	width: 950px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFD2E9;
	background-image: url(http://ispyvanessalake.com/images/splash_sexbomb.jpg);
	background-repeat: no-repeat;
	height: 720px;
}
.oneColFixCtr #mainContent {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #4B2C54;
	background-color: #D5F1FF;
	width: 250px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
	top: 200px;
	left: 30px;
	/* for IE */
  filter:alpha(opacity=90);
	/* CSS3 standard */
  opacity:0.9;
}
.oneColFixCtr #footer {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #615501;
	position: relative;
	top: 240px;
}

a {
	color: #A964A5;
}

