#all {
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	height: 624px;
	background-image: url('images/start/bg_trans5.jpg');
	z-index: 3;
}
#quicklinks {
	position: relative;
	top: 40px;
	left: 440px;
	width: 450px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	word-spacing: 5px;
}
#quicklinks a {
	color: #FFFFFF;
	text-decoration: none;
}
#getit {
	position: relative;
	top: 437px;
	left: 350px;
	width: 173px;
	height: 165px;
	background-image: url('images/start/getit_blog.png');
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
#getit:hover {
	background-position: -172px -1px;
	cursor: pointer;
}
#blog {
	position: relative;
	top: 272px;
	left: 530px;
	width: 165px;
	height: 165px;
	background-image: url('images/start/getit_blog.png');
	background-repeat: no-repeat;
	background-position: -5px -180px;
}
#blog:hover {
	background-position: -355px -179px;
	cursor: pointer;
}
#loading {
	position: relative;
	top: 76px;
	left: 702px;
	width: 198px;
	height: 197px;
	background-image: url('images/start/loadingTestIt.png');
	background-repeat: no-repeat;
}
#loadingText {
	position: relative;
	top: -20px;
	left: 760px;
	width: 100px;
	text-align: left;
	color: #F89023;
	font-size: 12pt;
	font-family: Verdana;
	font-weight: bold;
}
