﻿body
{
	background-color: #290000;
}
.CentredDiv 
{
	width: 300px;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -150px;
	background: #290000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100px;
	font-weight: 900;
	font-style: normal;
	color: #FFFFFF;
	vertical-align: middle;
	text-indent: 0;
	line-height: 300px;
}
.ClientsDiv 
{
	width: 150px;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -150px;
	background: #290000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100px;
	font-weight: 900;
	font-style: normal;
	color: #FFFFFF;
	vertical-align: middle;
	text-indent: 0;
	line-height: 300px;
}

