body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #A70908;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	color: #CCCCCC;
}
#index {
	height: 580px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/index.png);
	background-repeat: no-repeat;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	outline:0;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: underline;
	outline:0;
}
#bg {
	margin: 0px;
	padding: 0px;
	height: 580px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}
#bg #index .btn {
	height: 19px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 150px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 320px;
	padding-left: 28px;
}
#bg #index .btn img {
	margin-right: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bg #index .btn .link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
bg #index .btn .link:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

