body {
	background: url(/temp/images/splash/bg.gif);
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
#mainContainer {
	margin: 0px auto;
	width: 267px;
}


/**********  ABOUT  **********/

#aboutLanding #content {
	position: relative;
	width: 267px;
	height: 394px;
	background: url(/temp/images/splash/frame.png) no-repeat;
}
#aboutLanding #content #backgroundImg, #aboutLanding #content #foregroundImg {
	position: absolute;
	top:0; 
	left:0;
	width: 267px;
	height: 394px;
}
#aboutLanding #title {
	position: absolute;
	top:34px; 
	left:447px;
}
#aboutLanding #textBox {
	line-height: 16px;
	position: absolute;
	top:436px; 
	left:401px;
	width: 271px;
	height: 246px;
	color: #ffffff;
	font-size: 11px;
	overflow: auto;
}
#aboutLanding #textBox p {
	padding: 5px 10px 5px 0;
	margin: 0px;
}


/**********  FOOTER  **********/

#footer {
	font-family: arial, helvetica, sans-serif;
	position: relative;
	background: url() no-repeat;
	height: 30;
	width: 267;
}
#footer #links {
	position: absolute;
	top: -9px;
	left: 5px;
	color: #666666;
	font-size: 12px;
	width: 250;	
}
#footer #links a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	padding: 0 3px;
}
#footer #links a:hover {
	color: #CC9900;
	text-decoration: underline;
}

