* { margin: 0; padding: 0; outline: 0; }
img { border: 0; }

body {
	background: url(../images/bg-tile.jpg);
	font: normal 62.5% arial;
	height: 100%;
}

a:hover {
	color: #000;
}

h1,
.text-block {
	display: block;
	height: 0;
	overflow: hidden;
}

#contentcontainer {
	background: url(../images/bg-tile-x.jpg) repeat-x 0 -84px;
}

#content {
	display: block;
	height: 1115px;
	width: 100%;
	min-width: 1000px;
	_width:expression((documentElement.clientWidth||document.body.clientWidth) < 1000 ? "1000px" : "100%");
}

#footer,
#footer a {
	color: #b8bbbe;
}

#footer #footerlegal {
	border-top:1px solid #b8bbbe;
}