@charset "utf-8";
* {
	margin-top: 0px;
}
#wrap {
	height: 600px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(Flowers.jpg);
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#wrap #wrap2 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 250px;
}
#wrap #body {
	height: auto;
	width: 817px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
}

