html {
	height: 100%;
}
body {
	font-family: "MS UI Gothic", "Hiragino Kaku Gothic Pro", "Osaka", Tahoma, arial, helvetica, verdana, sans-serif;
	height: 100%;
	font-size: 76%;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(../imgs/index_bg.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	background-attachment: fixed;
	height: 100%;
	text-align: center;
	margin: 0px;
}
img {
	margin: 0px;
	border: 0px;
}
TD {
	font-size: 12px;
}
P {
	font-size: 12px;
	line-height: 20px;
}
a {
	overflow:hidden;
	outline:none;
}
div#container {
	height:100%;
	position:relative;
}
div#main {
	height:1000px;
}
div#footer {
	position:absolute;
	bottom:0;
	width:100%;
}
.bt_facebook {
	margin-top: 10px;
	margin-bottom: 10px;
}
.twitter {
	margin: 16px;
	align="right"
}

