.header {
	background-image: url(../menu/headerTile.jpg);
	background-repeat: repeat-x;
	height: 57px;
	width: 100%;
}
.container {
	width: 100%;
	border: 0;
	margin: 0px;
	padding: 0px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
.content {
	background-color: #000000;
	width: 100%;
	
}
.noRepeating {
	background-repeat: no-repeat;
}

