#main
{
	background-image:url('../images/meet/meet_bg.jpg');
}

#filler
{
	background-image:url('../images/meet/meet_bg_filler.jpg');
}


#character_panel
{
	position:relative;
	float:left;
	width:655px;
	height:446px;
	background-image:url('../images/meet/character_panel.jpg');
	background-position:top center;
}

#character_panel_copy
{
	position:absolute;
	left:290px;
	top:100px;
	width:320px;
	font-size:19px;
}

#character_panel_back, #character_panel_next
{
	position:absolute;
	width:131px;
	height:131px;
	cursor:pointer;
}

#character_panel_back
{
	left:-60px;
	bottom:-30px;
	background-image:url('../images/meet/character_panel_back.png');
}

#character_panel_next
{
	right:-60px;
	bottom:-30px;
	background-image:url('../images/meet/character_panel_next.png');
}

#character_panel_images
{
	position:absolute;
	left:0px;
	top:0px;
}

#character_panel_image
{
	position:absolute;
	left:0px;
	top:0px;
}

#character_panel_title
{
	position:absolute;
	left:276px;
	top:25px;
}
