h1 {
	color: red;
	text-align: center;
	}
p {
	font-family: arial;
	color: black;
	text-align: left;
	}
#underconstruction {
	position:absolute;
	width:716px;
    height:560px;
    z-index:15;
    top:50%;
    left:50%;
    margin:-280px 0 0 -358px;
    background:white;
	}
#design {
	position:absolute;
	width:500px;
	height:30px;
	top:530px;
	left:0px;
	margin:0 0 0 0;
	background:white;
	}
#copyright {
	position:absolute;
	width:60px;
	height:30px;
	top:530px;
	left:656px;
	margin:0 0 0 0;
	background:white;
	}
