@charset "utf-8";
/* CSS Document */

#main{
	position:relative;
	margin: 0 auto;
	width:1000px;
	height: 600px;
	background-color:#982523;
  }
  
#inner { 
	position:absolute; 
	top:35%; 
	height:10em; 
	margin-top:-5em 
}

  

