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

.bg {
	background-color: #000000;
	margin:0px;
	margin-bottom: 0px;
	padding:0px;
	height: 100%;
	}

.centrediv {
	margin-left: auto; 
	margin-right: auto;
}

.outer {
	width: 600px;
	margin:0px auto;
}

#mainimage {
	display: block;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	width:600px;
	height:600px;
}

#mainimage span {  /* Hide the "Logo Text" from view... */
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
	
.text {
	color:#fff;
	font-weight:bold;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	vertical-align:middle;
}	