html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: Helvetica, Arial;
	background: #CCCCCC;
	font-size: 12px;
	color: #333333;
}

img {
	border: 0px;
}

div#index {
	width:  750px;
	height: 1025px;
	margin: 0px auto;
}

div.foot {
	width: 970px;
	color: #333333;
	line-height: 180%;
	text-align: center;
	margin: 20px auto 20px auto;
}

div.foot a{
	margin: 0px 10px 0px 10px;
	color: #333333;
	text-decoration: underline;
}

