#wrapper, #container {  	
	height: 620px;  	
	width: 1000px;
	}

#wrapper {  	
	bottom: 50%;  	
	right: 50%;  	
	position:  	absolute;
	}

#container {  	
	left: 50%;  	
	position: relative;  	
	top: 50%;
	}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:70px;   /* Height of the footer */
   background:#7C7C6A;
	}
