body {
	/*background-color: #cedbaf;*/
	background-color: #e6e6e6;
	margin: 0px;
	padding: 0px;
	background-image: url(bg_underconstruction.png);
	background-repeat: no-repeat;
	background-position: center 30px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

h1 {
    margin: 0;
    padding: 0px;
	color: #cc0000;
}

h2 {
	color: #cc0000;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover { 
	color: #cc0000;
}

#wrapper {
	margin-left: auto; 
	margin-right: auto;
	margin-top: 50px;
	padding: 0px;	
	width: 620px;
}
#text {
	font-size: 12px;
	text-align: justify;
	margin-top: 250px;
	margin-left: 100px;
	margin-right: 100px;
}

#text1 {
	font-size: 12px;
	text-align: justify;	
}

#text2 {
	font-size: 10px;
	text-align: center;	
}
