* { padding: 0; margin: 0; }

body {
	 font-family: "Trebuchet MS", Verdana;
	 font-size: 13px;
	 color: #fff;
	 background: #000 url(images/bg_bottom.jpg) no-repeat bottom right fixed ;
	 height: 100%;
}

img, div { behavior: url(js/iepngfix.htc) }

img { border: none; }


a:link {
	color: #0000FF;
	text-decoration: none;
	outline:none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
	 height: auto;
}

h1 {
	line-height: normal;
	font-weight: normal;
	color: #FFCC00;
}

#faux {
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 800px;
	
}
#header {
	color: #333;
	height: auto;
}

#menu {
	width: 800px;

}

#main {
	padding: 20px 0 0 0;
}
#footer {
	width: 800px;
	font-size:10px;
	clear: both;
	color: #333;
	padding: 20px 0;
}
.clear { clear: both; background: none; }
