/*html, body
{
  	height: 100%;
}*/

body
{
	color: #1c437a;
	font: 32px  'robotoregular';	
	line-height: 36px;
	background-color: #ffffff;
	position: relative;
}

strong
{
  	font-family: 'robotobold';
}


/************************************************************************************/

.Logo {
	width: 210px;
    height: 129px;
	background: url(../images/logo.png) no-repeat;
	margin: 0px auto;
	margin-top: 80px;
	margin-bottom: 80px;
}

.Text {
	width: 504px;
}
