@charset "UTF-8";
/* CSS Document */



body {
	margin:0px auto;
    padding:0px;
    text-align:center;
	background:#003;
	font-family:Verdana, Geneva, sans-serif; color:#CCC;
	background:#333;
}
a {
	font-size: 14px;
}
a:link {
	color: #F00;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #F00;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: underline;
	color: #F00;
}
.container {
    width:1023px;
	margin:0px auto;
	text-align:center;
	background-image:url(http://www.laurenphoenix.com/tour1/images/bg_container.gif);
	height:830px;
	z-index:-1;


}
.welcome {
	font-size: 10pt;
	font-weight: bold;
	text-align:center;
	position:absolute;
	margin-left:495px;
	top:0px;
	width:496px;
}

.pornstar {
	font-size: 8pt;
	font-weight: bold;
	position:absolute;
	text-align:justify;
    top:20px;
	width:400px;
	height:600px;
	display:block;
	margin-left:35px;
	background-image:url(http://www.laurenphoenix.com/tour1/images/model.png);
	background-color:#666;

}
.warning {
	font-size: 7pt;
	font-weight: bold;
	margin-top:220px;
	margin-right:75px;
	text-align:justify;
	padding-left:10px;
	padding-right:10px;
	

}
.content {
	font-size: 8pt;
	font-weight: bold;
	position:absolute;
	text-align:justify;
    top:600px;
	width:963px;
	height:300px;
	padding-top:50px;
	padding-left:30px;
	padding-right:30px;
}
.h1 {
	font-size:18px;
	text-align:inherit;
}
.officialtext {
	font-size: 12pt;
	font-weight: bold;
	text-align:justify;
	position:absolute;
	margin-left:570px;
	top:100px;
	width:350px;
}

	
