html, body{
	margin:0;
	padding:0;
	width: 100%;
	height:100%;
	font-family: arial;
	font-size:13px;
	color:black;
}
a{
	color:black;
}
a:hover{
	color:black;
}
body{
	background-color: #F4F4EA;
}
#underconstruction{
	box-sizing: border-box;
	display: block;
	margin:100px auto;
	padding:20px;
	max-width: 1024px;
	text-align: center;
}

#underconstruction img{
	max-width: 100%;
	height: auto;
}

#underconstruction div{
	margin-top: 20px;
	line-height: 1.5em;
}