/***********************************
*  TMT Stylesheet
*  Created on: 8/2009
*  Rhino Hooton
***********************************/

/* Imports
********************************************************************************************************/



/* Base Styles
********************************************************************************************************/
* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
	margin:0;
	padding:0;
	text-align:center;
	background:#000;
}
a, a:visited {
}
a:hover {
}
img {
	border:none;
}
p {
}
h1, h2, h3, h4, h5 {
}
ul, ol {
	padding:0;
	margin:0;
	list-style:none;
}
.clear {
	clear:both;
}

/* Core Styles
********************************************************************************************************/
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -0px;
	width:980px;
	background: url(../../media/backgrounds/squishy.jpg) no-repeat center center;
}
#header {
}
#core{
}
#footer,
.push {
	height: -0px;
}