@import "screen.css";

html
{
	height: 100%;
}

body
{
	height: 100%;
}

#gallery ul {
	list-style: none;
	list-style-type: none;
}

#gallery ul li{
	display: inline;
}

#header
{
	margin-left: 150px;
}

#nonFooter
{
	position: relative;
	min-height: 100%;
}

* html #nonFooter
{
	height: 100%;
}

#footer
{
	position: relative;
	margin: -4.0em auto 0 auto;
}

/* IE hack for footer placement */

* html #footer
{
	margin-top: -4.5em;
}