        body {
			background-color: rgb(18, 18, 18);
			color: white;
			font-size: 1em;
		}
		
		#side-bar {
			position: absolute;
			top: 100px;
			left: 0px;
			border: 5px solid white;
			width: 0px;
			height: 0px;
		}
		
		
		
	    .page {
			border: 10px ridge white;
		}
	    .head {
			text-align: center;
			margin-top: 0px;
		}
	    .poster {
			width: 30%;
			border: 10px ridge green;
			float: right;
			clear: both;
		}
	    .talk {	
			border: 10px ridge orange;
			width: 60%;
		}
		.body {
			font-family: cursive;
			text-align: center;
			
		}
		
		.poster.body {
			font-family: "Helvetica Neue", Arial;
			font-size: 8px;
		}
		
		