body{
	margin:0;
	padding:0;
	text-align:center;
	background: #3CF; /* url(../_images/cloud_bkg.gif) top left no-repeat; */
}
a img { border: none; }
a {
	    color: black;
	    font-weight: bold;
	    text-decoration: none;
}
a:hover {
	    text-decoration: underline;
}

#loadingMsg { display: none }
#noFlashMsg { display: display } /* what is this value for? there is compatibily problems whith this value */


.page {
	width: 750px;
	margin: 0px auto;
	position: relative;
}



/********************/
/*                  */
/*      Header      */
/*                  */
/********************/
.header h1 {
	margin: 0;
}



/********************/
/*                  */
/*      Footer      */
/*   & bottomNav    */
/*                  */
/********************/
.footer {
	clear: both;
	color: white;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	clear: both;
}

.footerNavBox {
	clear: both;
	color: black;
	text-decoration: none;
}

body.home .bottomNav li a.backtoComixBtn {visibility: hidden;}

.bottomNav {
display:none;
	list-style-type: none;
	margin: 0;
	padding: 6px 0 6px 18px;
	height: 20px;
}
.bottomNav li {
	float: left;
	margin: 0 3px 0 0;
	position: relative;
}
.bottomNav li a {
	height: 20px;
	display: block;
	width: 100px;
	text-indent: -9000px;
}
.bottomNav li a.backtoComixBtn {	background: url(/_images/nav/backtoComixBtn.gif) no-repeat center top; width: 110px; }
.bottomNav li a.howToPlayBtn {	background: url(/_images/nav/howToPlayBtn.gif) no-repeat center top; }
.bottomNav li a.storyIdeasBtn {	background: url(/_images/nav/storyIdeasBtn.gif) no-repeat center top; }
.bottomNav li a.tellAFriendBtn {	background: url(/_images/nav/tellAFriendBtn.gif) no-repeat center top;}
.bottomNav li a.feedbackBtn {	background: url(/_images/nav/feedbackBtn.gif) no-repeat center top; width: 90px; }
.bottomNav li a.aboutUsBtn {	background: url(/_images/nav/aboutUsBtn.gif) no-repeat center top; width: 90px; }

.bottomNav li a:hover, .bottomNav li a.writerPromptsBtn:hover {
	background-position: bottom
}
.bottomNav li a.writerPromptsBtn {
	height: 64px;
	width: 109px;
	left: 0px;
	position: absolute;
	top:	-14px;
	background: url(/_images/nav/promptsBtnTxt.png) no-repeat center top;
}
