* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: 500;
}
body {
	background: #000;
	font: 62.5% "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,sans-serif;
	height:100%; /* needed for container min-height */	
}
html {
	height:100%; /* needed for container min-height */
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	position: relative;
}

#logo a {
	display:block;
	height:127px;
	overflow:hidden;
	position:relative;
	width:240px;
}

#logo img {
	border:medium none;
	left:0;
	position:absolute;
}

#content {
	font-size: 1.2em;
	color: #fff;
	padding: 20px 0 70px 37px;
	
}

#content a {
	text-decoration: none;
	color: #b8d6e3;
}

#content h2 {
	font-size: 1.4em;
	margin: 0 0 5px;
}

.gallerylist, .gallerylist ul, .gallerylist ol {
	list-style-type: none;
}
.gallerylist li {
	line-height: 20px;
}
.gallerylist .preview {
	display: none;
}
.gallerylist h3 {
	display: inline;
}

#pornstarlist {
	list-style-type: none;
}
#pornstarlist li {		
	display: inline;
}
#pornstarlist li:after {
	content:" - ";
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

#footer {
	padding: 10px;
	position: absolute;
	text-align:center;
	bottom: 0;
	width: 100%;
	color: #666;
}

.clearfix {
	clear: both;
}
.spacetop {
	padding-top: 40px;
}

.icon {
	vertical-align: middle;
}

hr {
	border: 0;
	padding: 20px;
}