body {
	margin: 0 auto;
	padding: 0;
	color: #000000;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background: url(../img/splash-bg.jpg) center top no-repeat #fff;
}

img { border: none; }

.mainImg {
	margin: 0 auto;
	text-align: center;
}

.buttons {
	margin: 0 auto;
	width: 600px;
	text-align: center;
	}
	
.menu {
	margin: 0 auto;
	width: 669px;
	padding: 0;
	list-style: none;
	outline: none;
	overflow: hidden;
	text-indent: -1000px;
	text-align: center;
}

.menu ul {
	margin: 0 auto;
	text-align: center;
	display:inline;
}

.menu li {
	padding: 0;
	margin: 0;
	height: 48px;
	list-style: none;
	outline: none;
	overflow: hidden;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	outline: none;
	overflow: hidden;
	height: 48px;
	background-repeat: no-repeat;
}
.d2 a {background: url(../img/d-2-btn.gif) center top no-repeat; width: 223px;}
.d2 a:hover {background-position: center bottom; }
.d3 a {background: url(../img/d-3-btn.gif) top center no-repeat; width: 223px;}
.d3 a:hover { background-position: center bottom; }
.w1 a {background: url(../img/w1.gif) top center no-repeat; width: 223px;}
.w1 a:hover { background-position: center bottom; }
ul.menu li a:hover { }
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.menu span {
	width: 50px;
	height: 50px;
	display: block;
	position: relative;
	top: 10px;
	right: 10px;
}

.menu .live {
	background: url(../img/live.png) no-repeat;
}

.update {
	margin: 0 auto;
	padding: 20px;
	background: #ccc;
	border: 1px solid #666;
	width: 700px;
	margin-top: 350px;
	}
	
a, a:visited {
	color: #006ebb;
	text-decoration: none;
	}
	
a:visited {
	color: #006ebb;
	text-decoration: none;
}
	
a:hover {
	color: #006ebb;
	text-decoration: underline;
	}