body {
	color: #000000;
	background: #2d9963;
	background-image: url("myr.png"); // Av Boatbuilder - Eget arbete, CC BY-SA 3.0, https://commons.wikimedia.org/w/index.php?curid=7156275
}

#main {
	color: #000000;
	margin-top: 20px;
	margin-left: 10px;
	background: #EBAE54;
	border-color: #D39C4B;
	border-style: double;
	border-radius: 5px;
	border-width: 16px;
	border-image: url("frame.png") 16 repeat;
	border-image-outset: 3px;
	max-width: 400px;
}

#face {
	margin-left:10px;
	margin-top:5px;
}

#talkbox {
	color: #000000;
	background: #EBAE54;
	border-color: #D39C4B;
	border-style: solid;
	border-radius: 1px;
	padding: 2px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}