body{
	background: #000 url('./../img/tlo.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}
/*
.grand_countener{
	margin: 0;
	overflow: hidden;
}*/
.countener{
	background: white;
	margin: 5px;
	height:100px;
}
.parents{
	background:blue;
	width: 200px;
	height: 100px;
	margin:5px;
	float: left;
	
}
