body {
	text-align : center;
	min-width : 900px;
	padding: 0px;
	background-image: url(Background.png);
}

#wrapper {
	width : 700px;
	text-align : center;
	margin:0 auto;
	position : relative;
	background-color: #FFFFFF;
	border-right-width: 15px;
	border-left-width: 15px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6E6A12;
	border-left-color: #6E6A12;
}

#logo {
	padding: 0;
	position: relative;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 90px;
	margin-left: 0;
	left: 0px;
	top: 20px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}
	
#text {
	width:auto;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #0B235E;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-decoration:none;
	}
	
#leaves{
	margin: 0px;
}

.footer {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	margin-top: 70px;
	bottom: 0px;
	height: 32px;
	text-decoration: none;
	clear: left;
	background-color: #5C1212;
	white-space: normal;
	line-height: 16px;
	position: relative;
	letter-spacing: 1px;
	}

img { 
border:none; 
}