@charset "utf-8";
#bkg {
	position:absolute;
	width:100%;
	height:800px;
	z-index:1;
	left: 0px;
	top: 0px;
}

#flashcontent {
	position:absolute;
	width:100%;
	height:100%;
	z-index:3;
	text-align: center;
	left: 0px;
	top: 0px;
}
#banner {
	position:absolute;
	width:100%;
	height:210px;
	z-index:2;
	text-align: center;
	left: 0px;
	top: 0px;
	background-color: #000000;
	visibility: visible;
}
.borders {
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#logo {
	position:absolute;
	width:400px;
	height:170px;
	z-index:4;
	left: 50px;
	top: 50px;
	visibility: visible;
}

body {
	background-color: #FFF;
	margin: 0px;
}

