.image {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 500px;
	height: 415px;
	text-align: center;
	position: absolute;
	margin: auto;
}

#asleep {
	background-color: black;
	color: white;
}

#asleep-c {
    border: 1px Solid White;
}

.border {
    border: 1px Solid black;
    margin-left: 6px;
    margin-right: 6px;
}

.dialogue {
    margin-top: 11px;
    margin-bottom: 5px;
}