body {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}

#comingsoon {
	position: relative;
	width: 600px;
	height: 400px;
	margin: 0 auto 0 auto;
	background: url('splash.jpg') top center no-repeat;
}

#facebook {
	position: absolute;
	bottom: 128px;
	left: 200px;
	width: 200px;
	height: 50px;
}

#facebook a {
	display: block;
	width: 200px;
	height: 50px;
	cursor: pointer;
}


  .hideme {
    position:absolute;
    top:-32768px;
    left:-32768px; /* LTR */
  }

