﻿body, html {
background-color:#2b2d7a;
width:100%;
height:100%;
margin:auto;
padding:0;
}

.container {
top:0;
left:0;
width:100%;
height:100%;
position:fixed;
display:table;
}

.underConstructionBox {
width:893px;
height:423px;
margin:auto;
display:table-cell;
vertical-align:middle;
}

	.underConstructionBox .messageSector {
	width:893px;
	height:348px;
	background-image:url('../images/messageBackGround.jpg');
	background-repeat:no-repeat;
	background-position:left top;
	margin:auto;
	}
	
		.underConstructionBox .messageSector p {
		font-family:Arial, Helvetica, sans-serif;
		font-size:24px;
		font-weight:bold;
		color:#515151;
		padding:195px 108px 0 115px;
		margin:auto;
		}
		
		.underConstructionBox .messageSector a {
		color:#2b2d7a;
		text-decoration:none;
		}
		
		.underConstructionBox .messageSector a:hover {
		text-decoration:underline;
		}

	
	.underConstructionBox .addressSector {
	width:893px;
	height:75px;
	background-image:url('../images/addressBackGround.jpg');
	background-repeat:no-repeat;
	margin:auto;	
	}
	
		.underConstructionBox .addressSector p {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		margin:0 71px;
		color:#babacc;
		}