p{
	color:red;
}
#button{
	width:100px;
	height:25px;
	background-color:#B9B5FF;
	
	border:5px solid #908AFF;
	border-radius:5px;
	
	text-align:center;
	
	font-family:cursive;
	
	float:right;
}
#frame-image{
	border:5px solid #B9B5FF;
	border-radius:5px;
	float:top;
}