* {
	margin:0px;
	padding: 0px;
}

body {
	background-color: #EBE6C9;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
}

#center {
	text-align: left;
	width: 750px;
	margin: auto;
	border: solid 1px #ce5e70;
	padding: 15px;
	min-height: 600px;
	background-image: url(../img/background.png);
	background-position: 250px 200px;
	background-repeat: no-repeat;
	background-color: #fff;
	
	-webkit-box-shadow: 1px 6px 19px #9E224B; /* webkit browser*/
	-moz-box-shadow: 1px 6px 19px #9E224B; /* firefox */
	box-shadow: 1px 6px 19px #9E224B;
}

#navi {
	margin-bottom: 20px;
}

a, #navi a {
	text-decoration: none;
	color: #ce5e70;
}

#navi a {
	float: left;
	margin-left: 20px;
}


#navi a:hover {
	color: #000;
}

a:hover {
	text-decoration: underline;
}

#innercontent {
	margin: 20px;
	white-space: pre-wrap;
}

#innercontent h1 {
	color: #9E224B;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#innercontent b, #innercontent b a {
	color: #ce5e70;
}

#innercontent b a {
	text-decoration: none;
	border-bottom: dotted 1px;
}


#butterfly1, #butterfly2, #butterfly3, #butterfly4, #butterfly5, #butterfly6 {
	display: none;
}