body{
	background-color:#000;
	background-image:url(http://www.dontmesswithmeth.com/methImages/1400.jpg);
	background-attachment:fixed;
	background-position:top left;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	border:0;
}
div#wrapper{
	display:block;
	position:relative;
	width:850px;
	height:auto;
	margin:0 25px 0 auto;
	background-image:url(http://www.dontmesswithmeth.com/methImages/imgbody.gif);
	background-position:0 0;
	background-repeat:repeat-y;
	background-attachment:scroll;
	z-index:10;
}
div#topper {
	display:block;
	position:relative;
	width:850px;
	height:25px;
	margin:0 0 5px 0;
	clear:both;
	background-image:url(http://www.dontmesswithmeth.com/methImages/imgtop.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	background-attachment:scroll;
}
div#base {
	display:block;
	position:relative;
	width:850px;
	height:25px;
	margin:5px 0 0 0;
	clear:both;
	background-image:url(http://www.dontmesswithmeth.com/methImages/imgbottom.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	background-attachment:scroll;
}
h1{
	display:block;
	position:relative;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight:bolder;
	line-height:1em;
	text-align:left;
	text-transform:uppercase;
	color:#fff;
	text-indent:20px;
}
p{
	display:block;
	position:relative;
	width:97%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:normal;
	line-height:1.5em;
	margin-bottom:1em;
	margin-left:10px;
	margin-right:10px;
	color:#fff;
	text-align:justify;
	clear:both;
}
img {
	display:block;
	float:left;
	margin:5px;
}
div#flash {
	display:block;
	position:relative;
	width:830px;
	height:230px;
	margin:0 12px 0 12px;
	clear:both;
}
.indent{
	text-indent:50px;
}
.inset {
	list-style-type:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#FFF;
	}
div#logo{
	display:block;
	position:absolute;
	top:300px;
	left:30px;
	width:200px;
	height:auto;
	z-index:0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:small;
	line-height:1.25em;
	color:#fff;
}
a {
	text-decoration:n;
	color:#fff;
	font-weight:bold;
	}
a:hover {
	text-decoration:underline;
	}
.extra {
	display:block;
	position:relative;
	width:250px;
	height:30px;
	clear:both;
	margin:5px;
	background-color:#000;
	}
.none {
	display:none;
}