html {
	overflow: auto;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #fff url('images/bg.jpg') repeat-x top;
	font-family: Arial, helvetica, sans-serif;
	color: #555248;
	font-size: 11px;
	line-height: 16px;
}
a {
	color: #555248;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0em 0em 0.8em 0em;
}
img {
	border: none;
}
div#container {
	margin: 0px auto;
	width: 935px;
	min-height: 489px;
	height: auto !important;
	height: 489px;
	background: url('images/watermarkbg.jpg') no-repeat top center;
}
div#logo {
	margin: 15px auto 20px auto;
	width: 499px;
	height: 163px;
	background: url('images/welcomelogo.gif') no-repeat;
}
div#logo img {
	display: none;
}
div#content {
	text-align: justify;
}
div#footer {
	margin: 40px 0px 0px 0px;
	text-align: left;
}
div#footer p {
	margin: 0em 0em 0.4em 0em;
}
div#footer span,
ul#design li a {
	font-weight: bold;
	color: #7a003c;
	text-decoration: none;
}
ul#design li a:hover {
	text-decoration: underline;
}
div#footerLeft {
	float: left;
}
div#footerRight {
	float: right;
	text-align: right;
}
ul#design {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul#design li {
	display: inline;
	border-right: 1px solid #7a003c;
	padding: 0em 0.8em;
}
ul#design li.NIMLastItem {
	border-right: none;
	padding-right: 0em;
}