#main {
	text-align:left;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

#index {
	height: 500px;
	width: 500px;
	background-image: url(/images/index/index_bg.jpg);
	background-repeat: no-repeat;
}

#links {
	position: relative;
	top: 400px;
	left: 40px;
	width: 270px;
	height: 80px;
}

#links a {
	text-decoration: none;
	display: block;
	float: left;
	width: 130px;
	height: 80px;
}

#btn_facebook {
	position: absolute;
	width: 346px;
	height: 21px;
	background-image: url('/images/facebook.png');
	text-indent: -9999px;
	top: 480px;
	margin-left: 75px;
	outline: none;
}

#footer {
	margin-top:0px;
	z-index: 1000;
}