/*--------------------------------------------------------------------------
			manfightingstreet.com
		       Comic-style CSS Formatting
		       By: Jeremy 'Jermz' Parsons
---------------------------------------------------------------------------*/

body {
	background-image: url("images/MFSTile2.jpg");
}
img {
	border: none;
}
/*--------------------------------------------------------------------------
				Main
---------------------------------------------------------------------------*/
#main {
	background: black;
	width: 800px;
	margin: 0 auto;
	border-left: 5px solid #575757;
	border-right: 5px solid #575757;
}
/*--------------------------------------------------------------------------
				Wrap
---------------------------------------------------------------------------*/
#wrap {
	margin:10px;
}

/*--------------------------------------------------------------------------
				Title
---------------------------------------------------------------------------*/
#title {
	height: 55px;
	width: 800px;
}

#title img {
	float: left;
	padding: 10px;
}
#title h1 img{
	padding-left: 70px;
}
/*--------------------------------------------------------------------------
				Mid
---------------------------------------------------------------------------*/
#mid {
	position: relative;
	clear: left;
	height: 30px;
	width: 800px;
	font: 42px 'Comic Sans MS', 'sans serif';
	color: #b20f0f;
}
#mid h2 {
	text-align: center;
	font: 42px 'Comic Sans MS', 'sans serif';
}
#mid a {
	text-decoration: none;
	color: #b20f0f;
}
#mid a:hover {
	background: #a5b20f;
}
#mid ul {
	font: 24px 'sans serif';
	display: inline;
	margin-left: 100px;
}
#mid ul li {
	display: inline;
	list-style: none;
	margin-left: 0;
	padding: 5px 20px;
}
#mid ul li .first {
	margin-left: 0;
	list-style: none;
	display: inline;
}
#mid a .buy {
	position: absolute;
	right: 20px;
	top: -50px;
	z-index: 3;
}
/*--------------------------------------------------------------------------
				Content
---------------------------------------------------------------------------*/
#content {
	position: relative;
	margin: 30px 0 0 25px;
	height: 1000px;
	width: 800px;
	background-image: url(images/contentbg4.jpg);
	background-repeat: no-repeat;
	line-height: 1.5em;
}
#content h2 {
	font-family: 'Comic Sans MS', 'sans serif'
}
#content .bubble01 {
	position: absolute;
	left: 400px;
	top: 30px;
	z-index: 2;
}

#content .bubble02 {
	position: absolute;
	left: 250px;
	top: 220px;
	z-index: 2;
}

#content .bubble03 {
	position: absolute;
	left: 150px;
	top: 410px;
	z-index: 2;
}

#content .bubble04 {
	position: absolute;
	left: 400px;
	top: 610px;
	z-index: 2;
}

#content .bubble05 {
	position: absolute;
	left: 150px;
	top: 710px;
	z-index: 2;
}

/*--------------------------------------------------------------------------
				Footer
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	border-top: 5px solid #575757;
	background-color: black;
}

#footer .box {
	height: 65px;
	width: 350px;
	margin: 0 auto;
}

#footer img {
	float: left;
	padding: 10px;
}
