body   {
	background-image:url(clouds.jpg);
	background-color:#CCC;	
		}
	
#header {
	float:top;
	height:auto;
	width:100%;
	background-image:url(firey.jpg);
	border: 10px solid #000;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	
}

#header h1   {
	text-align:center;
	font-family:"Lucida Console", Monaco, monospace;
	color:#FFF;
	font-size:50px;
	font-weight:bold;
	
	}


#advertising {
	margin-left:200px;
	height:1040px;
	width:900px;
	background-color:#FFF;
	border:10px solid #000;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	
}

#advertising h1 {
	text-align:center;
	font-size:20px;
	font-weight:bold;
	
}
	
#footer  {
	float:clear;
	background-image:url(firey.jpg);
	border:10px solid #000;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	height:auto;
	width:100%;
	background-color:#FFF;
	
}

#footer h1 {
	text-align:center;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:40px;
	font-weight:bold;
	color:#FFF;
	
}

