	
		body  	{	background-color:	aqua;
				margin:			0;
				padding:		0;
				text-align:		left;	
			}

		#container {
				position: 		left;
				width:			1000px;
				height:			auto;
				margin:			auto;
				padding:		20px;
				background-color:	blue; 
				width: 			1000px; 
				position: 		relative;
				font-family:		verdana;
				color:			white;
				text-align:		justify;
			}
		
		#button	{	position:		relative;
				width:			auto;
				height:			auto;
				margin:			auto;
				padding-left:		20px;
				background-color:	aqua;
				color: 			white;
			}

		#footer {	position:		left;
				width:			auto;
				height:			auto;
				background:		turquoise; 
				color: 			black; 
				width: 			1000px;
			}
		


			
 
		h1, h2, h3 {	margin:		0;
				padding:	0;
				font-weight:	normal;
			
			}


