#indexMain{
	background-color: #CCC;
	min-width: 500px;
	max-width: 500px;
	margin: auto;
	}
#thumbLink{height:50px;
    min-width:500px;
	max-width:500px;
background-color:#9e9a91;
margin:auto;

}
#indexBody{
	height: 1000px;
	background-color: #f1ecdf;
	min-width: 500px;
	max-width: 500px;
	margin: auto;
	}
#indexBodymain{
	height: 1000px;
	min-width: 500px;
	max-width: 500px;
	margin: auto;
	background-image: url(../images/index.jpg);	
	}	
#indexLogo{
	min-width:500px;
	max-width:500px;
	height:150px;
	background-color:#000;
	}
.button{
	width: 100px;
	height: 50px;
	background-color: #060;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	appearance: button;
	cursor: pointer;
	}


