body {
    min-height: 100%;
    margin: 0;
    padding: 0;
}
html 
{
    height: 100%;
}

body
{
	overflow: hidden;
}

#title
{
	font-family: 'Roboto', sans-serif;
	font-size: 50px;
	line-height: 0.1;
	text-align: center;
	color: #B8B7B7;
}

#subtitle
{
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	color: #20B86E;
	text-align: center;
}

#subgroup
{
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	text-align: center;
	color: #6CCFAE;
}

.left 
{
	font-family: 'Roboto', sans-serif;
	float: left;
	width: 50%;
	background-color: #23272a;
	height: 1000px;
	text-align: center;
	color: #B8B7B7;
}

.right 
{
	font-family: 'Roboto', sans-serif;
	float: left;
	width: 50%;
	background-color: #2c2f33;
	height: 1000px;
	text-align: center;
	color: #B8B7B7;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}