@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	background-color: #000000;
	background-position: center 0px;
}
#container {
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 40px;
}
#guide {
	padding-top: 10px;
}
