@charset "utf-8";

html {
	height: 100%;
	overflow: scroll;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #e3e4e5;
	background-image:url(images/line.jpg);
}
#page {
	position: relative;
	height: 625px;
	margin: auto;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#index{
	position: absolute;
	width: 965px;
	height: 625px;
	left: 50%;
	margin-left: -483px;
	background-image: url(images/index2.png);
	background-position: center;
	background-repeat: no-repeat;
}
#fb {
	position:absolute;
	width: 300px;
	height: 255px;
	top: 350px;
	left: 100px;
}

