@charset "utf-8";
/* CSS Document */

#image_under_construction{
	background: url(icon_under_construction.png) no-repeat;
	width:260px;
	margin-top:50px;
	margin-bottom:50px;
	margin-left:auto;
	margin-right:auto;
	height:260px;
	}
#text_under_construction{
	text-align:center;
	font-size:30px;
}
