/*PlantTalk:MES Splash Page Style*/

html, body {
	margin:0px;
	background-color:#aaaaaa;
	font-family:Verdana, sans-serif;
	font-size:10px;
	text-align:justify;
	line-height:1.6em;
}

img {
	border:none;
}

a {
	color:#0099FF;
}

a:visited {
	color:#0099FF;
}

#main {
	width:1000px;
	margin:0px auto;
	background-image:url(../images/bg-Splash.jpg);
}

#headQuestion {
	width:600px;
	margin: 0px auto;
}

#portal {
	width:800px;
	margin: 0px auto;
}


#content {
	width: 600px;
	margin: 0px auto;
}

#bottomLine {
	width:600px;
	height:2px;
	margin:20px auto 10px auto;
	background-color:#000000;
}

#footer {
	height:60px;
}

#quickNav {
	float:left;
	display:inline;
	width:300px;
	margin:0px 0px 10px 0px
}

#disclaimer {
	width:300px;
	clear:left;
	float:left;
	display:inline;
}

#DC {
	width:200px;
	float:right;
	text-align:right;
	display:inline;
}
	