@charset "iso-8859-1";
/* CSS Document */
html,body{
width:100%;
height:100%;
}
body{
text-align:left;
background-color:#e6e6e6;
font-size: 62.5%; /* Resets 1em to 10px */
font-family: Tahoma, Arial, Sans-Serif;
color:#fff;
}
html,body,p,h1,div,form,input,img,table,tr,td{
margin:0;
padding:0;
border:none;
}
a, a:hover{
color:inherit;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}

div#container{
width:750px;
margin:0 auto;
background-color:#fff;
}

div#header{
background:url(images/header.jpg) top left no-repeat;
width:750px;
height:159px;
position:relative;
}
	/* two links marking correct coordinates */
	a#link1{
	text-decoration:none;
	display:block;
	position:absolute;
	width:270px;
	height:80px;
	top:30px;
	}
	
	a#link2{
	text-decoration:none;
	display:block;
	position:absolute;
	width:420px;
	height:85px;
	top:80px;
	right:0px;
	z-index:99;
	}

/* Contains everything between header and footer */
div#middle{
position:relative;
}

/* the left column */
div#left{
background:url(images/left.jpg) top left no-repeat;
width:181px;
height:700px;
position:absolute;
top:0px;
left:0px;
border-bottom:1px solid #dadada;
border-left:1px solid #dadada;
padding-left:14px;
font-size:1em;
}
	/* Girl name */
	h1{
	margin-top:5px;
	font:bold 2em "Arial Narrow",Arial,Helvetica,Tahoma;
	}
	/* Girl 'Params' */
	#left p {
	font:14px Verdana, Arial,Helvetica,Tahoma;
	margin:5px 0;
	padding-right:5px;
	}
	/* Quote */
	#left p.b{
	font-weight:bold;
	}
	
	/* porncentro text (bottom) */
	p#porncentro{
	position:absolute;
	bottom:10px;
	font:.9em Tahoma Arial, Sans-Serif;
	}

/* The main column */
div#content_container{
width:553px;
left:196px;
height:700px;
position:relative;
border-right:1px solid #dadada;
}

/* The 'Please visit' box */
div#please_visit{
width:448px;
height:22px;
background:url(images/please_visit.gif) top left no-repeat;
position:absolute;
right:0px;
text-align:right;
padding:10px 15px 0 0;
font-weight:bold;
color:#404040;
font-size:1.1em;
}
div#please_visit a{
color:#404040;
}

	.pink, div#please_visit a:hover, div#please_visit a.pink, #video a.pink{
	color:#f21774;
	}

/* Contains all content */
div#content{
position:relative;
top:37px;
height:544px;
overflow:hidden;
padding-bottom:82px;
background:url(images/content_footer.jpg) bottom right no-repeat;
}

/* Picture cells */
#pics ul{
margin:0 0 0 3px;
padding:0;
}
#pics li{
display:inline;
}
#pics a{
}
#pics img{
width:135px;
height:95px;
background-position:6px 4px;
background-repeat:no-repeat;
}

/* Video layer is absolutely positioned and pics ULs free up space for it in the middle */
#video{
position:absolute;
top:90px;
right:10px;
}
	#video img{
	width:265px;
	height:188px;
	}
	#video p{
	font:bold 2em "Arial Narrow",Arial,Helvetica,Tahoma;
	color:#404040;
	position:relative;
	width:510px;
	top:205px;
	left:-16px;
	}
	#video a{
	color:#404040;
	}
	#video ul{
	position:absolute;
	right:-2px;
	list-style-type:none;
	}
/*  Now moving 3rd row of pics down - 
	to free up space for video div     */
#pics ul.row_2{
width:300px;
}
#pics ul.row_3{
margin-top:55px;
}
.click{
position:absolute;
display:block;
bottom:10px;
left:120px;
width:321px;
height:25px;
}
/* Row with Porncentro  select box */
#pc {
margin-top:37px;
height:21px;
background:url(images/pc.gif) top left no-repeat;
border-bottom:1px solid #dadada;
border-top:1px solid #dadada;
font-weight:normal;
font-size:9px;
font-family:verdana;
text-align:center;
padding-top:15px;
}

/* Footer */
#footer{
height:16px;
background-color:#6484bb;
border:1px solid #dadada;
border-top:none;
text-align:right;
padding:6px 10px 0 0;
font-size:1em;
}
#footer a{
color:#fff;
}

