html, body {
	margin: 0;
	padding: 0;
}

body {
	font: 75% arial, sans-serif; 
	background: #225289 url(images/bg.jpg) repeat-x 0 0;
}

a {
	color: #fff;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}


/**
 * Page container
 */
div#container {
	width: 1003px; 
	margin: 0 auto;
}

/**
 * Page header
 */
div#header {
	height: 57px;
}

div#header h1 {
	font-size: 150%;
	top: 21px;
	margin: 0 0 0 340px;
	padding: 0;
	position: absolute;
	width: 354px;
	height: 22px;
	overflow: hidden;
}
div#header h1 span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 354px;
	height: 22px;
	background: url(images/h1.gif) top left no-repeat;
}





div#header h2 {
	font-size: 125%;
	top: 50px;
	margin: 0 0 0 312px;
	padding: 0;
	position: absolute;
	width: 155px;
	height: 17px;
	overflow: hidden;
	z-index: 2;
}
div#header h2 span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 155px;
	height: 17px;
	background: url(images/h2.gif) top left no-repeat;
}


/**
 * Textlinks to gallery
 */
a#gallery1 {
	font-size: 150%;
	position: absolute;
	margin-left: 0px;
	top: 315px;
	z-index:1;
}
a#gallery2 {
	font-size: 150%;
	position: absolute;
	margin-left: 937px;
	top: 315px;
	z-index:1;
}
a#gallery3 {
	font-size: 150%;
	position: absolute;
	margin-left: 2px;
	top: 707px;
	z-index:1;
}
a#gallery4 {
	font-size: 150%;
	position: absolute;
	margin-left: 893px;
	top: 712px;
	z-index:1;
}


/**
 * Butterfy
 */
div#butterfly1 {
	height: 344px;
}

a#leftTopWing {
	background: url(images/left60.jpg) no-repeat 0 0;
	position: absolute;
	width: 428px;
	height: 344px;	
	margin-left: 55px;
	top: 57px;
}

a#rightTopWing {
	background: url(images/right60.jpg) no-repeat 0 0;
	width: 432px;
	height: 344px;	
	position: absolute;
	margin-left: 522px;
	top: 57px;

}

div#flyHead {
	background: url(images/flyhead.gif) no-repeat 0 0;
	width: 39px;
	height: 83px;	
	position: absolute;
	margin-left: 483px;
	top: 318px;
}



div#butterfly2 {
	height: 346px;
}

a#leftBottomWing {
	background: url(images/bleft60.jpg) no-repeat 0 0;
	position: absolute;
	width: 388px;
	height: 346px;	
	margin-left: 95px;
	top: 401px;
}

a#rightBottomWing {
	background: url(images/bright60.jpg) no-repeat 0 0;
	width: 392px;
	height: 346px;	
	position: absolute;
	margin-left: 522px;
	top: 401px;
}

div#flyTail {
	background: url(images/flytail.gif) no-repeat 0 0;
	width: 39px;
	height: 202px;	
	position: absolute;
	margin-left: 483px;
	top: 401px;
}









/**
 * Footer
 */
div#footer {
	text-align: center;
	color: #fff;
	height: 21px;
}


/**
 * Flowers
 */
div#topFlower {
	background: url(images/topFlower.png) no-repeat 0 0;
	width: 201px;
	height: 233px;	
	position: absolute;
	margin-left: 447px;
	top: 0px;
	z-index:1;
}
div#leftFlower {
	background:  url(images/leftFlower.png) no-repeat 0 0;
	width: 125px;
	height: 224px;	
	position: absolute;
	margin-left: 13px;
	top: 0px;
	z-index:1;
}
div#rightFlower {
	background:  url(images/rightFlower.png) no-repeat 0 0;
	width: 131px;
	height: 412px;	
	position: absolute;
	margin-left: 818px;
	padding:0;
	top: 346px;
	z-index:0;
}