body {
	margin: 0px;
	padding: 0px;
	background-image: url("/img/bg.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000000;
	color: #ffffff;
	font-family: Arial;
}
#top {
	display: block;
	margin: -10px auto;
	cursor: pointer;
}
.cbutton {
	background-image: url("/img/cbutton.png");
	width: 210px;
	height: 220px;
	cursor: pointer;
	display: table-cell;
	position: absolute;
}
.cbutton img {
	display: block;
	margin: 50px 0px 0px 55px;
}
#content {
	margin: 220px 100px 0px 100px;
}
