body {
	font-family: Verdana, sans-serif;
	font-size: 1.25em;
	text-align: center;
}

img {
	border: 0px solid black;
}

a:link,
a:hover,
a:active,
a:visited {
	color: #921d1d;
}

#top_bg,#bot_bg,#boba_bg {
	position: fixed;
	left: 0px;
	width: 100%;
	height: 50%;
	z-index: 1;
}

#mid1_bg,#mid2_bg {
	width: 100%;
	height: 92px;
	background-repeat: repeat-x;
	z-index: 2;
	position: fixed;
	left: 0px;
}

#mid1_bg {
	bottom: 50%;
	background-image: url(../images/white_blue_gradient_top.jpg);
}

#mid2_bg {
	top: 50%;
	background-image: url(../images/white_blue_gradient_bot.jpg);
}

#top_bg {
	top: 0px;
	background-color: white;
}

#bot_bg {
	bottom: 0px;
	background-color: #a79fc4;
}

#boba_bg {
	height: 150px;
	bottom: 0px;
	background-image: url(../images/boba_bg_bot.gif);
	background-repeat: repeat-x;
	background-color: black;
}

#boba_top {
	position: fixed;
	bottom: 50%;
	left:0px;
	width: 100%;
	z-index: 3;
}
#boba_bot {
	position: fixed;
	top: 50%;
	left:0px;
	width: 100%;
	z-index: 3;
}

#boba_body {
	position: absolute;
	top: 0px;
	left:0px;
	width: 100%;
	height: 90%;
	z-index: 3;
}


#boba_body #body {
	position:absolute; 
	top:50%; 
	height: 503px; 
	margin-top: -251px;
	left: 50%;
	width: 668px;
	margin-left: -334px;
	z-index: 4;
}

#boba_body #body #body_text {
	position: absolute;
	top: 199px;
	left: 274px;
	width: 338px;
	height: 207px;
}

#boba_body #body #body_text2 {
	position: absolute;
	top: 199px;
	left: 70px;
	width: 175px;
	height: 100px;
}

#boba_body #body #body_text3 {
	position: absolute;
	top: 95px;
	left: 425px;
	width: 145px;
	height: 100px;
}

#boba_body #side1 {
	position:absolute; 
	top:50%; 
	height: 237px; 
	margin-top: 78px;
	left: 50%;
	width: 235px;
	margin-left: -407px;
	z-index: 4;
}

#boba_body #side1 #side1_text {
	position: absolute;
	height: 160px;
	width: 160px;
	top: 38px;
	left: 34px;
}
#boba_body #side2 {
	position:absolute; 
	top:50%; 
	height: 119px; 
	margin-top: 170px;
	left: 50%;
	width: 118px;
	margin-left: -168px;
	z-index: 4;
}



#boba_body #side2 #side2_text {
	position: absolute;
	height: 50px;
	width: 75px;
	top: 30px;
	left: 20px;
}


#boba_body #logo {
	position:absolute; 
	top:50%; 
	height: 128px; 
	margin-top: -189px;
	left: 50%;
	width: 482px;
	margin-left: -400px;
	z-index: 5;
}

.smallerText {
	font-size: .60em;
}

.largerText {
	font-size: 1.0em;
}

.leftAlign {
	text-align: left;
}

.bobaDot {
	position: absolute;
	z-index: 3;
}

.bobaDotLarge {
	width: 92px;
	height: 92px;
	margin-left: -46px;
	margin-right: -46px;
}

.bobaDotMedium {
	width: 38px;
	height: 38px;
	margin-left: -19px;
	margin-right: -19px;
}

.bobaDotSmall {
	width: 12px;
	height: 12px;
	margin-left: -6px;
	margin-right: -6px;
}

#wifiText {
	position: absolute;
	top: 17px;
	left: 13px;
	width: 65px;
	height: 65px;
	color: white;
}
