body,div,dl,dt,a,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,br {  
	margin:0; 
	padding:0;
}

body {
	text-align: center;
	background-color: rgb(23,50,63);
	color: #ffffff;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
}

#left {
	background: url(images/bird.gif) no-repeat top;
	width: 320px;
	height: 457px;
	float: left;
	position: relative;
}


#middle_right {
	float: left;
}

#middle {
	margin-top: 50px;
	width: 414px;
	height: 457px;
	font-family: 'Trebuchet MS' ,georgia, serif;
	font-size: 13pt;
	float: left;
}

#middle img {
	margin-top: 50px;
	margin-bottom: 50px;
}

#right {
	background: url(images/flowers.gif) no-repeat top;
	width: 220px;
	height: 577px;
	float: right;
}
