
* {
	border: 0;
	font-family: Trebuchet MS, Arial, Verdana;
	list-style-type: none;
	margin: 0;
	outline: 0;
	padding: 0;
	text-decoration: none;
	}

body {
	background: #fff;
	overflow: hidden;
	}


/* Positioner */
#mlPosition {
	height: 50%;
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
	z-index: 10;
	}


/* Content Area */
#mlContentArea {
	background: url("../images/temp.png");
	bottom: -86px;
	height: 173px;
	font-size: 12px;
	position: absolute;
	right: -165px;
	width: 330px;
	}

#mlContent {
	margin-top: 100px;
	}


/* Background Image */
#bgimage table, #bgimage td {
	height: 100%;
	overflow: hidden;
	width: 100%;
	}

#bgimage div {
	height: 200%;
	left: -50%;
	position: absolute;
	top: -50%;
	width: 200%;
	}

#bgimage td {
	text-align: center;
	vertical-align: middle;
	}

#bgimage img {
	margin: 0 auto;
	min-height: 50%;
	min-width: 50%;
	}

