
#centered {
	width: 600px;
	height: 500px;
	margin: 0 auto; /* margin is for the outside edge of an element. */
	padding: 30px; /* padding is for the inside edge of an element. */
	background-color: #;
    bottom:auto;
    }
    
 #centimage { 
 
 width: 800px;
	height: 500px;
	margin: 0 auto; /* margin is for the outside edge of an element. */
	padding: 30px;
    
    
    }



