body	{
	font-family: monospace;
}


#home	{
	display: block;
	padding: 3%;
	width: 8%;
	background-image: url("csspics/homebutton.png");
	background-size: contain;
	background-repeat: no-repeat;
}

#home:hover	{
	display: block;
	padding: 3%;
	width: 8%;
	background-image: url("csspics/homebutton_c.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.comic	{
	display: block;
	width: 50%;
	float: left;
}

.text	{
	display: block;
	margin: 2%;
}


#sfc	{
	width:	50%;
	float: left;
	margin: 0% 2%;
	
}

#mutilation	{
	width: 50%;
	float: left;
	margin: 0% 2%
}





