
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#gateway_container {
	background-image: url(http://mysticdigital.com/images/gatewaybg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 800px;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#gateway_container #gateway_box {
	height: 300px;
	width: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-family: "Lucida sans unicode";
	padding-left: 60px;
	padding-top: 280px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Lucida sans unicode;
	font-weight: normal;
	margin: 0px;
}
h1 {
	font-size: 24px;
	color: #FFFFFF;
	display: inline;
}
h2 {
	font-size: 12px;
	color: #FFFFFF;
	display: inline;
}
h3 {
	font-size: 12px;
	color: #92c6e9;
	display: inline;
}
#gateway_container #gateway_box .ul_gateway {
	font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	clear: both;
	margin-left: 40px;
	list-style-type: disc;
}
#gateway_container #gateway_box .ul_gateway li {
	line-height: 24px;
	height: 24px;
	width: 220px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
#gateway_container #gateway_box .ul_gateway li a {
	line-height: 24px;
	height: 24px;
	width: 220px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 8px;
	display:block;
}
#gateway_container #gateway_box .ul_gateway li a:hover {
	line-height: 24px;
	background-image:url(http://mysticdigital.com/images/gw_uloverbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 220px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 8px;
	display:block;
}
#gateway_container #gateway_box .ul_gateway .current {
	color: #FFFFFF;
}

