 	body {
	 	width: 960px;
	 }
	 	#content {
	 		position: relative;
	 		width: 960px;
	 		display: flex;
	 		flex-flow: column wrap;
	 		justify-content: center;
	 	}
	 	h5 {
	 		text-align: center;
	 		background-color: lightgrey;
	 		font-size: 22px;
	 		padding: 5px;
	 	}
	 	h3 {
	 		text-align: center;
	 		font-size: 32px;
	 		margin: 5px 10px;
	 	}
	 	div {
	 		margin : 0 auto;
	 		
	 	}
	 	div a {
	 		display: block;
	 		width: 600px;
	 		text-decoration: none;
	 		text-align: center;
	 		font-size: 22px;
	 		margin-top: 10px;
	 		padding: 10px;
	 		border: 1px solid black;
	 		border-radius: 15px;
	 	}
	 	div a:hover {
	 		color: red;
	 	}
	 	.foto {
	 		position: absolute;
	 		width: 200px;
	 		left: 10px;
	 		top: 10px;
	 	}
	 	.foto img {
	 		opacity:0;
	 	}
	 	.foto a {
	 		width: 90px;
	 		font-size: 18px;
	 		border: 1px solid black;
	 	}
	 	.sxema {
	 		position: absolute;
	 		width: 200px;
	 		right: -60px;
	 		top: 0px;
	 	}
	 	.sxema img {
	 		opacity:0;
	 	}
	 	.sxema a {
	 		width: 90px;
	 		font-size: 18px;
	 		border: 1px solid black;
	 	}
	 	