@charset "utf-8";
/* CSS Document */

#flame{
	width:1100px;
	height:1250px;
	margin:auto;
	margin-bottom:0px;
	background-color:#FFFFFF;
	border-radius:10px;
}

#title{
	padding-left:40px;
	width:1100px;
	height:350px;
	margin:auto;
}
	

#guest1{
	width:540px;
	height:505px;
	padding:5px;
	float:left;
	margin:auto;
}
	
#guest2{
	width:540px;
	height:505px;
	padding:5px;
	float:left;
	margin:auto;
}




#name-1{
	width:540px;
	height:100px;
	float:left;
	margin:auto;
}

#name-2{
	width:540px;
	height:100px;
	float:left;
	margin:auto;
}


#text{
	width:1000px;
	height:300px;
	float:left;
	background-color:#FFF;
	padding-left:5px;
	margin-left:50px;
}

#text-left{
	width:160px;
	height:50px;
	float:left;
	margin-top:10px;

}

#text-right{
	width:800px;
	height:150px;
	float:left;
	margin-left:20px;
    margin-top:10px;
}

#jump{
	width:300px;
	height:20px;
	float:right;
	margin-right:10px;
	margin-top:20px;
}