html{
	/*Left Scroll Bar always On*/
	overflow-y: scroll;
}
body {
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:7px; 
	color:#000000;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
}
table, td, th {
	padding: 0px;
	border-collapse: collapse;
	border: 0px none #000000;
}
#tblMain{
	width:1003px;
	height:600px;
	margin: 0 auto 0 auto;
	background: url('../images/designnew/back_intro.jpg') no-repeat;
}
#tblMain td{
	vertical-align:top;
}
#tdTop{
	width:100%;
	height:280px;
}
#tdTop div{
	width:600px;
	margin: 50px 0 0 60px;
	color:#FFFFFF;
	font-size:14px;
}
#tdMiddle{
	width:100%;
	height:260px;
}
#divMiddle{
	position:relative;
	width:540px;
	margin: 0 0 0 60px;
	color:#000000;
	font-size:14px;
}
#divEnter{
	position:absolute;
	background: url('../images/designnew/enter_up.jpg') no-repeat;
	width:110px;
	height:35px;
	top:185px;
	left:335;
}
.alt{ display:none; }
a#btnEnter { display: block; width:110px; height:35px; background-image:url('../images/designnew/enter_up.jpg');}
a#btnEnter:hover { background-image:url('../images/designnew/enter_over.jpg');}

#tdBottom{
	width:100%;
}
#tblLinks{
	margin: 0 0 0 60px;
}
#tblLinks td{
	padding: 0 30px 0 0;
	font-size:10px;
	color:#999999;
}
#tblLinks a{
	font-size:18px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}



