/* begin Page */


body
{
  margin: 0 auto;
  padding: 0;
  background-color: #A42FFE;
}

#flashmovie{
	position: absolute;
	height: 721px;
	width: 964px;
	left: 50%;
	top: 0px;
	right: 50%;
	text-align: center;
	margin-left: -482px;
}
.Main
{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 721px;
}

.PageBackgroundGlare
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.PageBackgroundGlareImage
{
  background-image: url('images/Page-BgGlare.png');
  background-repeat: no-repeat;
  height: 557px;
  width: 564px;
  margin: 0;
}

html:first-child .PageBackgroundGlare
{
  border: 1px solid transparent; /* Opera fix */
}



.PageBackgroundSimpleGradient
{
  background-image: url('images/Page-BgSimpleGradient.jpg');
  background-repeat: repeat-x;
  height: 900px;
}

.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size:1px;
}


/* end Page */

/* begin Box, Sheet */
.Sheet
{
	overflow: hidden;
	min-width:47px;
	min-height:47px;
	position: relative;
	z-index: 0;
	width: 962px;
	height: 721px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;  
}


.Sheet-body
{
  position: relative;
  z-index: 0;
  margin: 11px;
}

.Sheet-tl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  width: 29px;
  height: 29px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-tr
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 29px;
  height: 29px;
}

.Sheet-tr div
{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -29px;
  width: 58px;
  height: 58px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-bl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 29px;
  height: 29px;
}

.Sheet-bl div
{
  position: absolute;
  z-index: -1;
  top: -29px;
  left: 0;
  width: 58px;
  height: 58px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-br
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 29px;
  height: 29px;
}

.Sheet-br div
{
  position: absolute;
  z-index: -1;
  top: -29px;
  left: -29px;
  width: 58px;
  height: 58px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-tc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 0;
  left: 29px;
  right: 29px;
  height: 29px;
}

.Sheet-tc div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 58px;
  background-image: url('images/Sheet-h.png');
}

.Sheet-bc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  bottom: 0;
  left: 29px;
  right: 29px;
  height: 29px;
}

.Sheet-bc div
{
  position: absolute;
  z-index: -1;
  top: -29px;
  left: 0;
  width: 100%;
  height: 58px;
  background-image: url('images/Sheet-h.png');
}

.Sheet-cl
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 29px;
  left: 0;
  width: 29px;
  bottom: 29px;
}

.Sheet-cl div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 58px;
  height: 100%;
  background-image: url('images/Sheet-v.png');
}

.Sheet-cr
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 29px;
  right: 0;
  width: 29px;
  bottom: 29px;
}

.Sheet-cr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: -29px;
  width: 58px;
  height: 100%;
  background-image: url('images/Sheet-v.png');
}

.Sheet-cc
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 29px;
  left: 29px;
  right: 29px;
  bottom: 29px;
  background-image: url('images/Sheet-c.png');
}


.Sheet
{
  margin-top: 9px !important;
}




