@charset "UTF-8";
/* CSS Document */

body {
	margin: 0 auto;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
	background: url(assets/images/back800x12.jpg) repeat-y #FF9900;
}

#body_content {
	width: 860px;
	height: 600px;
	background-position: center;
}
#mainleft {
	float: left;
	width: 55%;
	padding: 10px;
	
}
#mainright {
	float: right;
	width: 40%;
	
}
#alttext {
	width: 800px;
	clear: both;
	text-align: center;
}

#footer {
	width: 800px;
	clear: both;
	text-align: center;
}

.comicPic {
	padding: 40px 10px 0 15px;
}

/*classes*/

.pictures {
}