body {
	margin: 0px;
	background-color: #203769;
	min-height: 100%;
	height: 100%;
	width: 100%;
	overflow: auto;
	background-image: url(images/introback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#intro {
	height: 350px;
	width: 640px;
	margin-left: -320px;
	position: absolute;
	left: 50%;
	top: 40px;
	border: 1px solid #4D7CE1;
}
#login {
	position: absolute;
	height: auto;
	width: 120px;
	top: 0px;
	right: 0px;
	background-color: #16274B;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	font-family: Tahoma, Arial, "MS Sans Serif";
	font-size: 10px;
	color: #345EB4;
	text-align: center;
	z-index: 2;
	line-height: 24px;
	padding-top: 8px;
	filter:alpha(opacity=40);
	-moz-opacity:0.40; 
	opacity:0.40;
}
.loginbox {
	color: #CCCCCC;
	background-color: #1E3669;
	border: 1px solid #28498E;
}
#info {
	font-family: Tahoma, Arial, "MS Sans Serif";
	font-size: 11px;
	color: #0099FF;
	height: auto;
	width: 640px;
	margin-left: -320px;
	position: absolute;
	left: 50%;
	top: 410px;
	line-height: 18px;
	text-align: center;
}
a.introlink {
	font-family: Tahoma, Arial, "MS Sans Serif";
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
}
a.introlink:hover {
	font-family: Tahoma, Arial, "MS Sans Serif";
	font-size: 24px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: underline;
	line-height: 16px;
}
a.navlinks {
	font-family: Tahoma, Arial, "MS Sans Serif";
	font-size: 11px;
	font-weight: normal;
	color: #0099FF;
	text-decoration: none;
	line-height: 18px;
}
.copyright {
	font-size: 10px;
	color: #CCCCCC;
}
#content {
	position: relative;
	background-image: url(images/introback.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	min-height: 100%;
	width: 100%;
	padding: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	height: 100%;
	overflow: auto;
}
a.navlinks:hover {

	font-family: Tahoma, Arial, "MS Sans Serif";
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 18px;
}
#login a {
	font-size: 11px;
	font-weight: bold;
	color: #7796D7;
	text-decoration: underline;
}
#login a:hover {

	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
