@import url(general.css);
@import url(default.css);

 body {
	background: black;
	font-family: arial;
	font-size:12px;
	padding:0;
	color:#000000;
	text-align:center;
	height:auto !important;
	margin:0pt auto;
	min-height:100%;
	position:relative;
 }

 .outer {
	height:420px;
	width: 714px;	
	margin:0px auto;
	background: url(/demo/images/intro/back.jpg) no-repeat 0px 0px;
 }

 .inner {
	padding:44px 216px;
	position:relative;
 }
 
 .inner table{
 	width:450px;
 	height:280px;
 }
 
.inner table td{
	vertical-align:top;
	color:white;
	text-align:left;
 }
  
 a{
     color:white;
     border:none;
 }
 
 .textOnlyLink{
 	display:none;
 }
 
 .enter a{
 	margin:0px 42px;
 	float:right;
 	width:110px;
 	height:23px;
 }
 
 div.contentInner{
 	width:auto;
	overflow:hidden;
 }
