* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: lowercase;
	cursor: crosshair;
} 

body {
	font-family:
		verdana,
		geneva,
		helvetica,
		arial,
		sans-serif;
	font-size: xx-small;
	line-height: 135%;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
}

a, a:hover, a img {
	cursor: hand;
	cursor: pointer;
}


/* Specific Divs for Centering Page*/
#outer {
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#outer[id] {
	display: table;
	position: static;
}

#middle {
	position: absolute;
	top: 50%;
} /* for explorer only*/

#middle[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}

#inner {
	position: relative;
	top: -50%;
} /* for explorer only */

#inner[id] {
	position: static;
}



#content {
	position: relative;
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 650px;
}

#mb_top_ {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 104px;
}

#mb_left_ {
	position: absolute;
	left: 0px;
	top: 104px;
	width: 73px;
	height: 404px;
}

#mb_alt_ {
	position: absolute;
	left: 73px;
	top: 104px;
	width: 573px;
	height: 300px;
}

#mb_infobox_ {
	position: absolute;
	left: 646px;
	top: 104px;
	width: 282px;
	height: 121px;
}

#mb_right_ {
	position: absolute;
	left: 928px;
	top: 104px;
	width: 72px;
	height: 404px;
}

#mb_opt_ {
	position: absolute;
	left: 646px;
	top: 225px;
	width: 71px;
	height: 283px;
}

#mb_esc_ {
	position: absolute;
	left: 717px;
	top: 225px;
	width: 211px;
	height: 179px;
}

#mb_metabits_ {
	position: absolute;
	left: 73px;
	top: 404px;
	width: 573px;
	height: 104px;
}

#mb_net_ {
	position: absolute;
	left: 717px;
	top: 404px;
	width: 211px;
	height: 104px;
}

#mb_bottom_ {
	position: absolute;
	left: 0px;
	top: 508px;
	width: 1000px;
	height: 142px;
