html, body {
	width: 100%;
	margin: 0;
	margin-top: 0.5%;
}
    	
#indexpage{
  width: 1000px;
  height: auto;
  margin: 0 auto;
  border: 1px #CCCCCC solid;
}
    
#index_footer {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding-top: 10px;
  font-family: Verdana, Arial;
  font-size: 12px;
  font-weight: normal;
  color: #666;
}

#index_footer a:link {color: #666; text-decoration:underline;}
#index_footer a:visited {color:#666; text-decoration:underline}
#index_footer a:active {color: #666; text-decoration:underline;}
#index_footer a:hover {color: #666; text-decoration:underline}
