@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background-color: #1b1c1e;
	wdith:700px
	height: 600px;
}
#construction {
    position:relative;
	width:863px;
	height::600px;
	margin:0 auto;
	text-align:left;

}
