/* CSS Document - LBK Health Care Global */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #660000;
	background: #003366;
	text-align: center;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 750px;
	height: 695px;
	background: #FFFFFF;
	border: 1px solid #990000;
	text-align: left;
}
#banner {
    position: absolute;
	left: 0px;
	top: 0px;
	width: 750px;
	height: 160px;
	background: #990000;
	border-bottom: 1px solid #990000;
}
#date {
	position: absolute;
	right: 20px;
	top: 8px;
	width: 180px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#footer {
    position: absolute;
	left: 0px;
	top: 575px;
	width: 750px;
	height: 120px;
    border-top: 2px solid #990000;
}
#copyright {
    position: absolute;
	left: 127px;
	top: 104px;
	width: 500px;
}
#webmaster {
    position: absolute;
	padding-left: 5px;
	padding-right: 5px;
	right: 2px;
	top: 15px;
	width: 177px;
}
hr {
	color: #990000;
	background: #990000;
}