
* {
	margin: 0px;
	padding: 0px;
	border: none; }

body {
	text-align: center;
	background-color: #CCCCCC;
	background-image: url("../img/bg.jpg");
	background-repeat: no-repeat;
	line-height: 130%;
	background-position: 50% top;
	background-attachment: fixed; }

div#top {
	width: 100%;
	height: 92px;
	text-align: center;
	background-image: url("../img/bg-top.png");
	background-repeat: repeat-x; }

div#header {
	position: relative;
	width: 940px;
	height: 92px;
	margin: 0 auto;
	text-align: left;
	background-image: url("../img/bg-header.png");
	background-repeat: no-repeat; }

div#header div#header-icon {
	position: absolute;
	left: 26px;
	top: 14px;
	width: 113px;
	height: 115px; }

div#header div#header-title {
	position: absolute;
	left: 139px;
	top: 14px;
	width: 308px;
	height: 73px; }

div#header div#header-right {
	position: absolute;
	left: 730px;
	top: 62px;
	width: 186px;
	height: 27px; }

div#header div#header-feed {
	position: absolute;
	right: 28px;
	top: 9px; }

div#contents-top {
	width: 940px;
	height: 5px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	background-image: url("../img/bg-contents-top.png");
	background-repeat: no-repeat;  }

div#contents {
	width: 940px;
	margin: 0 auto;
	padding: 36px 0px 36px;
	overflow: visible;
	text-align: left;
	background-image: url("../img/bg-contents.png");
	background-repeat: repeat-y; }

div#contents div#menu {
	float: left;
	width: 253px;
	margin-left: 10px;
	overflow: visible; }

div#contents div#page {
	float: left;
	width: 667px;
	margin-right: 10px;
	overflow: hidden; }

div#footer {
	width: 940px;
	height: 107px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	background-image: url("../img/bg-footer.png");
	background-repeat: no-repeat;  }

div#footer p {
	padding-top: 22px;
	line-height: 23px; }

div.clear-fix {
	width: 100%;
	clear: both;
	height: 1px;
	overflow: hidden; }

div.screenshots {
	width: 627px;
	height: 166px;
	margin: 30px 0 30px 22px;
	text-align: left;
	background-image: url("../img/bg-th.png");
	background-repeat: no-repeat; }

div.screenshots a {
	display: block;
	float: left;
	position: relative; }
