html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0; padding: 0; border: 0; outline: 0;
	font-weight: inherit; font-style: inherit; font-family: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html { font-size:100.01%; }
body { font-size:10px; }
body 
{
	color: #D6D0B4;
	background-color: #6B857C;
	font-family:Tahoma,arial,sans-serif;
}

a, a:visited	{ text-decoration: underline;	color: #D6D0B4; }
a:hover 		{ text-decoration: none; color: #D6D0B4; }
:focus 			{ outline: 0; }

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address { margin: 0; padding: 0; }
li, dd, blockquote 				{ margin-left: 1em; }
ol, ul 							{ list-style: none; }

blockquote:before,
blockquote:after,
q:before,q:after 				{ content: ""; }
blockquote, q 					{ quotes: "" ""; }

fieldset 				{ border: none; }
form label 				{ cursor: pointer; }
input, select, textarea { font-size: 100%; font-family: inherit; }

table 			{ border-collapse: separate;	border-spacing: 0; }
caption, th, td { text-align: left;	font-weight: normal; }


#title
{ 
	position: fixed;
	width: 100%;
	height: 20px;
	margin: auto;
	overflow: hidden;
	background-color: #434741;	
	border-top: 1px solid #26292E;
	border-bottom: 1px solid #26292E;
	text-align: right;
	font-size: 10px;
	padding-right: 20px;
	padding-top:5px;

}

#content
{
	top: 30px;
	position: relative;	
	width: 100%;
	height: 400px;	
}
#footer
{
	position: fixed;	
	width: 100%;
	height:100%;
	background-color: #434741;
	border-top: 1px solid #26292E;
	border-bottom: 1px solid #26292E;	
	text-align:center;
	font-size: 10px;	
}

.quote1
{
	position: absolute;	
	top: 75px;
	left:10px;		
}
.quote2
{
	position: absolute;	
	bottom: 75px;
	right:10px;	
}
.butterflies
{
	position: absolute;
	top:-25px;
	right:10px;	
}
.mainlogo
{
	z-index: 1000;
	position: absolute;
	top:7px;
	left:10px;	
}

.dropdown
{
	border-width: 1px;
	border-style: solid;
	border-color: #26292E #26292E #26292E #26292E;
	
	height:18px;
	font-size:10px;
	color: #D6D0B4;
	background-color: #434741;
}

a.mobilelink {
	padding: 5px 5px 5px 16px;
    background: transparent url(http://www.thedeadguys.com/img/icon_mobile.png) no-repeat center left;
}
a.facebooklink {
	padding: 5px 2px 5px 18px;
    background: transparent url(http://www.thedeadguys.com/img/icon_facebook.png) no-repeat center left;
}
a.maillink {
	padding: 5px 3px 5px 18px;
    background: transparent url(http://www.thedeadguys.com/img/icon_email.png) no-repeat center left;
}



