/* initializations */
html { overflow: auto }
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	/*background-image: url(../images/index_bg.jpg);*/
} 
img { border: 0px none; margin: 0; padding: 0 }
p { margin: 0; padding: 0 }
a { color: #000; text-decoration: underline }
a:hover { text-decoration: none }
li { color: #000; list-style-image:url('/images/navigation/bullet.gif') }


.tbborder0 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	border: 0px none;
	width: 135px;
}


/* layout */
#center { position: absolute; top: 50%; width: 100%; height: 1px; overflow: visible }
#main1 { position: absolute; left: 50%; margin-left: -150px; padding: 0; text-align: left; width: 300px; background-color: #fff; top: 20% }
#main {
	position: absolute;
	left: 50%;
	margin-left: -200px;
	padding: 0;
	text-align: left;
	width: 350px;
	height: 210px;
	top: -120px;
	background-image: url(../images1/boxes/login/11.jpg);
}
#mainflash {
	position: absolute;
	left: 50%;
	margin-left: -200px;
	padding: 0;
	text-align: left;
	width: 300px;
	height: 230px;
	top: -120px;
}
#mainlogo {
	position: absolute;
	left: 50%;
	margin-left: -190px;
	padding: 0;
	text-align: left;
	width: 317px;
	height: 82px;
	top: -200px;
	background-image: url(../images1/boxes/login/mllogo.jpg);
}
#mainlogo1 {
	position: absolute;
	left: 50%;
	margin-left: -180px;
	padding: 0;
	text-align: left;
	width: 300px;
	height: 102px;
	top: -210px;
	background-image: url(../images1/boxes/login/mllogo4.jpg);
}
#main2 {
	position: absolute;
	left: 0px;
	margin-left: 0px;
	padding: 0;
	text-align: left;
	width: 100%;
	height: 550px;
	top: -300px;
	background-color: #FFFFFF;
}
#tutorial {
	position: absolute;
	left: 50%;
	margin-left: -375px;
	padding: 0;
	text-align: left;
	width: 720px;
	height: 520px;
	top: -260px;
	background-image: url(../images1/tutorials/gui.jpg);
}
#tb1 {
	position: relative;
	left: 100px;
	padding: 0;
	text-align: left;
	width: 100px;
	top: 50px;
}
#tb2 {
	position: relative;
	left: 100px;
	padding: 0;
	text-align: left;
	width: 100px;
	top: 55px;
}
#tb3 {
	position: relative;
	left: 100px;
	padding: 0;
	text-align: left;
	width: 100px;
	top: 205px;
}

/* contact */
.contact-info { float: left; margin: 30px 100px 20px 0; font-size: 90%; line-height: 130% }

/* copyright */
#copyright { margin: 0; padding: 0; color: #666; font-size: 65% }
#copyright p { background-color: #C4C6C8 }
#copyright a { text-decoration: underline; color: #666 }
#copyright a:hover  { text-decoration: none }
#copyright .left { float: left }
#copyright .right { float: right; text-align: right }
