/*Oscar Arnflo 2012
Caramella Girls*/
body {
	/*background-image:url('bg_pxl.png');*/
	background-color:black;
	color:white;
	font-size:14px;
}
#main {
	position:absolute;
	top:-100px;
	left:50%;
	margin-left:-540px;
	background-image:url('caramella-girls-official-site-backgrund.png');
	background-repeat:no-repeat;
	width:1024px;
	height:1113px;
	
}

.switch {
	position:absolute;
	top:250px;
	left:220px;
	cursor:hand;
	cursor:pointer;
}

#to_kawaii { }
#to_youngsters { display:none; }


.girls {
	position:absolute;
	top:355px;
	left:190px;
	width:620px;
	height:609px;
}
.kawaii { display:none; }
//.youngsters { display:none;}


/*GIRLS*/
	/*YOUNGSTERS*/
	#youngster_mindy {
		position:absolute;
		top:-30px;
		left:355px;
		cursor:hand;
		cursor:pointer;
	}
	#youngster_vera {
		position:absolute;
		top:-20px;
		left:182px;
		cursor:hand;
		cursor:pointer;
		z-index:2;
	}
	#youngster_nadine {
		position:absolute;
		top:-30px;
		left:32px;
		cursor:hand;
		cursor:pointer;
	}
	/*HIT BOXES*/
	.youngster_mindy_hitbox {
		margin-left:60px;
		width:180px;
		height:562px;
		z-index:3;
	}
	.youngster_vera_hitbox {
		margin-left:55px;
		width:180px;
		height:562px;
	}
	.youngster_nadine_hitbox {
		margin-left:40px;
		width:180px;
		height:562px;
		z-index:2;
	}
	/*END YOUNGSTERS*/

	/*KAWAII*/
	#kawaii_mindy {
		position:absolute;
		top:-15px;
		left:220px;
		cursor:hand;
		cursor:pointer;
	}

	#kawaii_vera {
		position:absolute;
		top:35px;
		left:65px;
		cursor:hand;
		cursor:pointer;
	}

	#kawaii_nadine {
		position:absolute;
		top:35px;
		left:365px;
		cursor:hand;
		cursor:pointer;
	}
	/*HIT BOXES*/
	.kawaii_mindy_hitbox {
		width:190px;
		height:520px;
	}

	.kawaii_vera_hitbox {
		width:150px;
		height:500px;
	}

	.kawaii_nadine_hitbox {
		margin-left:50px;
		width:150px;
		height:500px;
		z-index:1;
	}	


#button_div_left{
	position:absolute;
	top:390px;
	left:150px;
	height: ;
	border:0px solid white;
}	
#button_div_right {
	position:absolute;
	top:382px;
	right:120px;
	width:110px;
	height: ;
	z-index:2;
}
.button {
	position:relative;
	margin-top:-35px;
	width: ;
	cursor:hand;
	cursor:pointer;
}

#fb_like {
	margin-top:-65px;
	margin-left:20px;
	width:70px;
	height:65px;
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}