html, body {
	height:100%;
	margin:0;
	padding:0;
	background:#fff2dd;
	overflow:hidden;
}

body {
	background:#fff2dd;
	color:#fff;
}

.hidden {
  display:none;
}

#page {
	height:100%;
	display:table;
	margin:0 auto;
	overflow:hidden;
	_position:relative; 
	width:997px;
	width:100%;
}

#page-position {
	/*display:table-cell;
	vertical-align:middle;*/
/*	_position:absolute; 
	_top: 50%;*/
}

#page-middle {
	position:absolute; 
	top:28%;
	background:red;
	width:100%;
	height:365px;
  background:url("../img/start-bg.jpg") repeat-x left 93px;
}

#content {
  position:relative;
  margin:0 auto;
  width:740px;
	height:365px;
	background:yellow;
  background:#fff2dd url("../img/content-bg.jpg") repeat-x left 93px;
}
#corection-bg {
  background:red;
  width:1000px;
  position:absolute;
  left:740px;
  top:93px;
  height:117px;
  background:#fff2dd url("../img/corection-bg.jpg") repeat-x left top;
}
#dog-head {
  position:absolute;
  top:0;
  left:76px;
  width:185px;
  height:93px;
  background:#fff2dd url("../img/dog-head.jpg") no-repeat left top;
}
#rr-text {
  position:absolute;
  top:55px;
  left:389px;
  width:345px; 
  height:26px;
	background:url("../img/rr-logo.jpg") no-repeat left top;
}
#dogs-bottom {
  position:absolute;
  top:210px;
  left:212px;
  width:315px; 
  height:113px;
	background:url("../img/dogs-bottom-bg.jpg") no-repeat left top;
	z-index:1;
}

/* logo */
h1 {
  position:absolute;
  top:276px;
  left:164px;
  margin:0; 
  padding:0;
  width:125px; 
  height:25px;
  overflow:hidden;
  font:1.3em Arial;
  z-index:10;
}
h1 span {
  display:block;
  position:absolute; 
  margin:0; 
  padding:0;
  left:0; 
  top:0; 
  z-index:0;
  width:125px; 
  height:25px;
  cursor:pointer;
	background:url("../img/mokabu-logo.gif") no-repeat left top;
}
h1 a {
  color:#000;
  text-decoration:none;
}
h1 a:hover {
  color:#abc;
  text-decoration:underline;
}

#reference {
  /*visibility: hidden;*/
  display: block;
	height: 330px;
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 10;
}
#reference a {
display: block;
	height: 330px;
	width: 100%;
}

/* endlogo */

