body,td,th {
	color: #FFFFFF;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
body {
	background-color: #005abd;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #93BAE6;
	text-decoration: none;
}
a:visited {
	color: #93BAE6;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#container {
	height: 200px;
	width: 300px;
	margin: -150px;
	left: 50%;
	top: 50%;
	position: absolute;
}
#img {
	background-image: url(logo_white.gif);
	background-repeat: repeat;
	height: 150px;
}
#right {
	float:right;
	margin-right: 35px;
}
#left {
	float:left;
	margin-left: 30px;
}
#infusion {
	background-color: #003D7E;
	position: absolute;
	padding: 2px 5px;
	bottom: 0px;
	margin-left: -50px;
	left: 50%;
}
