html, body {
	background-color:#D0D0FF;
	height: 100%; 
	margin: 0px;
	padding: 0px;
}

div.main {
	display: -webkit-flex;
    display: flex;

}

div.left_panel {
	width: 220px;
	padding: 5px;
}

div.right_panel {
	width: auto;
	padding: 5px;
}

div.border {
	border-radius: 25px;
    border: 2px solid #000020;
	padding: 5px;
	width:200px;
}

img.center {
	display: block;
	margin-left: auto;
    margin-right: auto;
}

img.autosize {
	max-width:100%;
	height:auto;
}

img.screen {
	max-width:408px;
	height:auto;
}

p.copyright {
	font-style: bold;
	text-align:center;
}

p.story {
	font-style: italic;
}

span.bold {
	font-weight:bold;
}