/* CSS Document */
body {
	background-color:ffda69;
	background:url(grass.png) repeat;
	margin:0;
	padding:0;
	text-align:justify;
}

h1, h2, h3 {
	margin: 0;
	font-weight: bolder;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}
a:link {

}

a:hover, a:active {
	text-decoration: none;

}

a:visited {

}

/*-- Logo --*/
#logo {
	width:1024px;
	height:283px;
	margin:0 auto;
	background:url(logo.png)  no-repeat center top;
}

#construct {
	background:url(working.png);
	height:100px;
	width:100px;
	margin:0 auto;
}
#construct-wrap {
	height:100px;
	width:400px;
	margin:0 auto;
	padding-bottom:50px;
}
#content {
	margin:0 auto;
	width:300px;
}

ul {
	margin:0 auto;
	list-style: none;
	line-height: normal;
	padding-top:12px;
}

li {
	display: block;
	padding-left:10px;
}

