html,body{
	margin: 0;
	padding:0;
	height:100%;
	font-size:11px;
}
body {
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

img {
	border:0px;
}

a:link {
	color: #2f34fb;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: blink;
}
a:visited, a:active {
	text-decoration: none;
	color: #2f34fb;
}
#content {
	position: absolute;
	height: 1040px;
	width: 100%;
	left: 0px;
	top: 0px;
	color: #000000;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

body{
	font-family: arial,sans-serif;
	text-align: center;
}
div.container{
	position:relative;
	width: 850px;
	height: 1100px;
	margin: 0 auto;
	text-align: left;
	top: 0px;
}
#banner {
	position:absolute;
	top:20px;
	left:420px;
}
#testo {
	position:absolute;
	top:150px;
	height:50px;
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	border-bottom:2px #fd67ff dotted;
}
#girls {
	position:absolute;
	height:700px;
	width:100%;
	top:210px;
	margin:20px;
}
#clear {
	width:100%;
	clear:both;
	height:30px;
}
#foto {
	width:156px;
	height:200px;
	border:3px #fd67ff solid;
	margin-right:10px;
	background-color:#000000;
	float:left;
}
#name {
	float:left;
	background-image:url(images/bg-name.jpg);
	width:295px;
	height:31px;
	line-height:31px;
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
}
#desc {
	float:left;
	background-image:url(images/bg-desc.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:460px;
	height:155px;
	font-size:12px;
	color:#000000;
	top:58px;
	padding:6px;
}
#chat {
	position:absolute;
	display:block;
	top:425px;
	right:90px;
	width:201px;
	height:49px;
	z-index:100;
}
#chat2 {
	position:absolute;
	top:660px;
	right:90px;
	width:201px;
	height:49px;
	display:block;
	z-index:100;
}
#chat3 {
	position:absolute;
	top:890px;
	right:90px;
	width:201px;
	height:49px;
	display:block;
	z-index:100;
}
#footer {
	position: absolute;
	height: 60px;
	width: 840px;
	left: 0px;
	bottom: 0px;
	margin-top:20px;
	text-align:center;
}
#footer a {
	color:#ff0000;
}
#footer a:hover {
	color:#000000;
}
