/*=======================
CSS FOR SPLASH PAGE
HOODDUMPE30.COM
Copyright 2006-2007.
All Rights Reserved.
All Wrongs Reserved.
Created by Devon Burton / www.bur1on.com
========================*/


a, a:link, a:visited {
	color: #663300;
	text-decoration: none;
}
a:hover {
	color: #000000;
        border-bottom: 2px solid #fff;
}
a img {
	border: none;
}
.storycontent p img {
	max-width: 450px;
}
body {
	margin: 0;
	padding: 0;
    background:#634D01;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
}
#header {
	margin-bottom: 0px;
	padding: 15px 0px 0px;
	background:
        url(http://content.hooddumpe30.com/wp-content/themes/stucco/build/banner.jpg)
        top no-repeat;
	height: 200px;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
        overflow:hidden;
}