body {
	margin: 0;
}

#wrapper {
	text-align: center;
}

#splash {
	background: url(../images/jump-page_bg.jpg) no-repeat;
	height: 600px;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#mainimg {
	bottom: 58px;
	position: absolute;
}

#maintext {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	height: 280px;
	position: absolute;
	right: 10px;
	top: 160px;
	width: 395px;
}

#upload {
	background: url(../images/jump-page-upload_bg.jpg) top left no-repeat;
	position: absolute;
	bottom: 70px;
	right: 5px;
}

#login {
	background: url(../images/jump-page-login_bg.jpg) top left no-repeat;
	position: absolute;
	bottom: 70px;
	right: 203px;
}

#upload:hover,
#login:hover {
	background-position: bottom left;
}

a {
	display: block;
	width: 195px;
	height: 75px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	margin-bottom: 10px;
	padding-left: 25px;
	background: url(../images/jump-page_arrow.gif) no-repeat;
}

.note { padding-left: 25px; font-weight: bold; font-size: 12px; }