@charset "utf-8";
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 27px;
	font-weight: bold;
	font-style: italic;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #000000;
	background-attachment: scroll;
	background-image: url(Images/BG9.jpg);
	background-repeat: repeat;
	background-position: center center;
}
#master {
	width: 900px;
	margin: 0 auto;
	visibility: visible;
	text-align: left;
	position: relative;
}


#info {
	position:absolute;
	left:440px;
	top:40px;
	width:245px;
	height:100px;
	z-index:5;
	background-position: center center;
	background-attachment: scroll;
	background-image: url(Images/info.png);
	background-repeat: no-repeat;
}

#Logo {
	position:absolute;
	left:40px;
	top:28px;
	width:245px;
	height:100px;
	z-index:5;
	background-position: center center;
	background-attachment: scroll;
	background-image: url(Images/nxcam%20logo2scale.png);
	background-repeat: no-repeat;
}

#Top {
	position:absolute;
	left:0px;
	top:0px;
	width:900px;
	height:136px;
	z-index:1;
	background-image: url(Images/top1%20crop.png);
	background-position: center center;
}
#TabTop {
	position:absolute;
	left:0px;
	top:136px;
	width:900px;
	height:54px;
	z-index:8;
	visibility: visible;
	background-image: url(Images/Tabs%20top%20hole.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
}
#Middle {
	position:absolute;
	left:0px;
	top:190px;
	width:900px;
	height:475px;
	z-index:6;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: center center;
	background-image: url(Images/Tabs%20middle%20hole.png);
	padding-left: 0px;
	padding-right: 0px;
}
#BottomBorder {
	position:absolute;
	left:0px;
	top:665px;
	width:900px;
	height:24px;
	z-index:1;
	background-image: url(Images/Tabs%20Bottom%20hole.png);
}

#Bottom {
	position:absolute;
	left:0px;
	top:689px;
	width:900px;
	height:108px;
	z-index:1;
	background-image: url(Images/bottom2.png);
}
