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

body,html{
	margin:0;
	padding:0;
}
body{
	background-color:#66c;
	background-image: url(images/bgcolor.png);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 25px;
}
#wrapper {
	text-align: center;
	height: 500px;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#maincontent{
	height: 480px;
	width: 640px;
	text-align:center;
	padding: 30px;
	postion:relative;
	
}
#toolbar {
	padding-left: 65px;
	text-align:center;
	position: relative;
}

#ladybug {
	text-align: center;
	height: 600px;
	width: 200px;
	margin-left: 25px;	
	margin-top: -400px;
}
#mainphoto {
	float:right;
	margin-top:-540px;
	margin-right:115px;
	postition: relative;
}
#ufo {
	position: absolute;
	visibility: visible;
	z-index: 10;
	height: 150px;
	width: 250px;
	left: 50px;
	top: 50px;
}
	
