@charset "utf-8";
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(images/titl.jpg);
	background-repeat: repeat-y;
}
#container {
	height: 460px;
	width: 922px;
	margin: 0 auto;
	margin-top: 15px;
}
#reflect {
	height: auto;
	width: 922px;
	margin: 0 auto;
	position: relative;
}
#apptextlogo {
	height: auto;
	width: 600px;
	margin: 0 auto;
}
#bwlogos {
	height: auto;
	width: 620px;
	margin: 0 auto;
	text-align: left;
	position: absolute;
	left: 151px;
	top: 202px;
}
#copyright {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #343434;
	text-decoration: none;
	margin: 0 auto;
	width: 455px;
	height: 50px;
	position: absolute;
	left: 60px;
	top: 167px;
}
#copyright  a:link  {
	color: #990000;
	text-decoration: underline;
}
