@import url(text.css);
body{
	text-align: center;
padding: 0;
margin: 0;
}
#wrap{
	width: 950px; 
height: 100%;
margin: 0 auto;
background-color: #EEEFEF;
border: 1px solid #9DA4A4;
}
#header{
	height: 120px;
}
#inner{
	padding: 0;
margin: 0;
height: 100%;
overflow: auto;
}
#footer{
	height: 50px;
font-size: 12px;
}
.table{
  font-size : 10pt;
  color : #666666;
}

