@charset "utf-8";
/* CSS Document */
#under-construction {
	height: 150px;
	width: 150px;
	position: fixed;
	top: 0px;
	right: 0px;
	background-image: url(../images/Under-Construction.png);
}

