body#index-page {
	background-color: black;
}



div#main-container {
	width: 1000px;
	height: 100%;
	min-height: 850px; /* 850 = 30px to margin + 600px image + 170px controller + 50px creators */
	margin: 0 auto;
	padding: 0;
	padding-top: 50px;

	background-color: white;
}

div.comic-page {}

div.comic-page img.illustration {
	width: 1000px;
	height: 600px;
	margin-top: 30px;
	margin-bottom: 30px;
}

div.controller {
	position: relative;
	width: 1000px;
	min-height: 170px; 
}

div.comic-page div.state {
	display: block;
	position: absolute;
	width: 300px;
	top: 0; left: 0;	
}

div.comic-page div.state div.inner {
	padding: 10px;
}  

div.comic-page div.options {
	position: absolute;
	width: 700px;
	height: 100%;
	top: 0; right: 0;
}

div.comic-page div.options div.inner {
	padding: 10px;
}

div.options h2 {
	margin: 0 auto;
}

div.options button {
	display: inline-block;
		
	margin: 5px 10px;
	padding: 5px 20px;

	border: 1px solid black;
	border-radius: 3px;
	background: linear-gradient(to bottom, #f0b7a1 0%,#8c3310 11%,#752201 87%,#bf6e4e 100%);

	color: white;
	font-size: 16px;
	cursor: pointer;
}

p#from-the-start {
	text-align: right;
}

div.creators {
	width: 100%;
	height: 30px;
	margin-top: 10px;

	background-color: white;
	font-size: 15px;
}

div.creators a {
	font-weight: bold;
}

div.creators strong {
	color: black;
	font-weight: bold;
}
