@charset "UTF-8";
/* BIGGY CSS Document */

/******************************* Main BIGGY *******************************/

body {
	background-image:url(../images/bgFade.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	background-color:#252137;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/*this is the header for the Biggy page*/
.oneColLiqCtrHdr #container {
	background-image:url(../images/PhonicBooksHeader.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	border:0px solid #000000;
	margin:0pt auto;
	text-align:left;
	width:980px;
}
.oneColLiqCtrHdr #header {
	height:180px;
	padding:5pt 10px 0pt 20px;
}
.oneColLiqCtrHdr #header h1 {
	margin:0pt;
	padding:10px 0pt;
}
.oneColLiqCtrHdr #mainContent {
	clear:left;
	float:left;
	margin-top:6px;
	padding:0pt 5px;
	width:320px;
}
#mainContent .credits {
	margin-top:12px;
	line-height:1.5em;
	font-size:15px;
	line-height:1.5em;
	color:#ff6942;
}
#mainContent .bodyText {
	font-size:14px;
	color:#eeeeee;
}
.oneColLiqCtrHdr #rightContent {
	background:transparent none repeat scroll 0% 50%;
	display:inline;
	float:left;
	height:400px;
	padding:0pt 20px;
	width:600px;
}
.oneColLiqCtrHdr #footer {
float:right;
height:19px;
margin:130px 0px 0pt;
width:298px;
}
.oneColLiqCtrHdr #footer img {
	margin-left:5px;
}
.oneColLiqCtrHdr #footer p {
	margin:0pt;
	padding:10px 0pt;
}
.homeBtn {
clear:left;
float:left;
}
.prvBtn {
display:inline;
float:left;
}
.nxtBtn {
display:inline;
float:left;
}

/****************************************************************************/

