body {
	text-align: center;
	font-family: Verdana;
	background: #CEF763 url(images/bg.jpg);
	font-size: 62.5%; /* Resets 1em to 10px */
}
#wrapper {
	margin:0px auto;
	text-align: center;
}
#previewvideo {
	background: url(images/bubble.gif) no-repeat top center;
	height: 500px;
	padding-top: 106px;
}
#header {
	margin:0px auto;
	width: 750px;
	text-align: left;
}

/* GIRL */
#girls, #navigation {
	background: transparent; 
	width:750px; 
	margin:0px auto;
	text-align: left;
	margin-top: 10px;
}
.girl {
	width: 720px;
	text-align: left;
	position: relative;
	height: 150px;
	margin-bottom: 10px;
}
.girl img {
	position: absolute;
	top: 0px;
	left: 0px;
}
.girl p.name {
	position: absolute;
	top: 0px;
	left: 110px;
}
.girl .description {
	position: absolute;
	top: 20px;
	left: 110px;
}


#navigation {
	font-size: 1.8em;
	text-align: center;
	}





a {
	color: #ff00ba;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	}






/* ROUND CORNERS */
#content {
	background: transparent; 
	width:750px; 
	margin:0px auto;
	text-align: left;
}
.content {
	background: #fff;
	border-left:1px solid #ff00ba;
	border-right:1px solid #ff00ba;
	padding: 8px;
	}
.top, .bottom {
	display:block; 
	background:transparent; 
	font-size:1px;
}
.b1, .b2, .b3, .b4 {
	display:block; 
	overflow:hidden;
}
.b1, .b2, .b3 {
	height:1px;
}
.b2, .b3, .b4 {
	background: #fff;
	border-left:1px solid #ff00ba;
	border-right:1px solid #ff00ba;
}
.b1 {
	margin:0 5px; 
	background: #ff00ba;
}
.b2 {
	margin:0 3px;
	border-width:0 2px;
}
.b3 {
	margin:0 2px;
}
.b4 {
	height:2px; 
	margin:0 1px;
}
