/* base.css */body {    background-color: #000000;	background-image: url(../../images/splash_bg.jpg);	background-repeat: repeat-x;	margin: 0;	padding: 0;}#title {	margin: 0px;	position: absolute;	top: -9999px;}/*------------ splash ------------*/.pad_img {	margin-top: 25px;}/*------------ footer ------------*/#footer-area {    width: 362px;	text-align: center;	padding: 20px 0 50px 0;	vertical-align: top;}.footer-txt {	text-align: center;	vertical-align: top;	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	color: #dddddd;}
