@charset "utf-8";
/* CSS Document */

html, body{
      margin:0;
      padding:0;
      height:100%;
      border:none;
}
#bottomMenu a.true {
	text-decoration:none;
	font-weight:600;
}

#canvas {
	width:780px;
	margin:0 auto;
}
#canvas .bg {
	background:#f5faff;
}
#copy {
	padding:5em 160px;
}
#facts {
	position:absolute;
	top:20px;
	left:140px;
	width:320px;
	background:#ACDDFF;
	padding:20px 80px 0px 80px;
	z-index:9999;
}

#facts .link {
	position:relative;
	z-index:9999;
}

#facts .close {
	position:relative;
	text-align:right;
	right:-60px;
	padding-bottom:40px;
}

#facts table {
	width:100%;
}

#facts th {
	border-bottom:3px solid #323232;
}

#facts td {
	border-bottom:1px solid #3F5363;
}

#facts h1 {
	font-size:320%;
}

#gamePreview {
	position:absolute;
	top:20px;
	left:30px;
}
#home {
	background:#6ea4f9 url(/images/bg/home.jpg) no-repeat;
}
#home .relative{
	height:350px;
}

#menu {
	position:absolute;
	top:130px;
	left:48px;
	z-index:20;
	width:100%;
}

#ourStory {
	background: #fff  url(/images/tell_your_story/top.jpg) no-repeat;
}
#ourStory .bottom {
	background:url(/images/tell_your_story/bottom.gif) no-repeat bottom;
}
#storyPreview {
	padding:30px;
}

#playTheGames {
	background:#fefeff url(/images/play_the_games/bottom.png) no-repeat bottom;
}
#playTheGames .bottom {
	background:url(/images/play_the_games/top.jpg) no-repeat top;
}
.curles {
	background:url(/images/bg/curles.png) no-repeat top center;
}
