* { 
	padding: 0px;
	margin: 0px;
}
body {
	background: #020202;
}
#splash {
	width: 1000px;
	height: 633px;
	padding-top: 163px;
	margin: 0 auto;
	background: url(../img/splash.jpg) no-repeat;
	position: relative;
}
#top {
	height: 195px;
	background: url(../img/splash-top.jpg) no-repeat;
}
#lng {
	height: 158px;
	padding-top: 28px;
	background: url(../img/splash-lng.jpg) no-repeat;
	padding-left: 245px;
}
#bottom {
	height: 89px;
	background: url(../img/splash-bottom.jpg) no-repeat;
}
a {
	display: block;
	width: 132px;
	height: 132px;
	float: left;
	margin-right: 45px;
	color: black;
}
.g1, .g2, .g3 {
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
}
.g1 {
	background: url(../img/1g.gif) no-repeat;
}
.g2 {
	background: url(../img/2g.gif) no-repeat;
}
.g3 {
	background: url(../img/3g.gif) no-repeat;
}
