@charset "UTF-8";
/* CSS Document */

* {
margin:0px;
padding:0;
}

html, body {
height: 100%;
margin: auto;
padding: 0;
background-color:#000000;

}

body {

	background-image: url(../images/hmLogo.gif);
	background-repeat: no-repeat;
	background-position: center center;
 
}
 
div#shim {
visibility: hidden;
width: 100%;
height: 50%;
margin-top: -314px;
float: left;
}
 
div#wrapper {
margin: auto;
width: 1000px;
height: 583px;
clear: both;
position: relative;
top: -314px;
/* IE4ever Hack: Hide from IE4 **/
position: static;
/** end hack */
 
}

.hush_logo{
	float: right;
	padding-right:5px;
	position: relative;
	top: -14px;
}

#footer{
	width:1000px;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #cccccc;
	padding-top: 15px;
	padding-left: 5px;
	/*background-image: url(../images/hush_logo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;*/
	height: 40px;
}

img
{  border-style: none;
}
 
/* Hide from IE5mac \*//*/
div#shim {
display: none;
}
 
html, body {
height: auto;
}
/* end hack */
 
/* ]]> */