body{
	background-color: #00131b;
	color: #ffffff;
	margin: 0 auto;
	padding: 0px;
	font-size: 16px;
	font-family: arial;
	clear: both;
	width:1100px;
	display: grid;
	grid-template-columns: 300px 400px 400px;
	grid-template-rows: 150px 80px auto auto 50px;
	grid-template-areas: "hd hd hd"
						 "empty empty tail"
						 "menu shd shd"
						 "menu conl conl"
						 "footer footer footer";
}
