body {
	background-image:url(images/mainBackgroundTile.png);
	background-repeat:repeat;
}

a:link {color: #0000cc; font-weight:normal; text-decoration:none;}
a:hover {color: #0000ff; font-weight:normal; text-decoration:underline;}
a:visited {color: #800080; font-weight:normal; text-decoration:none;}
img {border:none;}

#masterDiv {
	position:absolute;
	z-index:1;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}

#banner {
	position:relative;
	z-index:1;
	left:0px;
	top:0px;
	width:840px;
	height:320px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/mainBackgroundTop.png);
	background-repeat:no-repeat;
}

#bannerFrame {
	position:relative;
	z-index:1;
	left:0px;
	top:0px;
	width:840px;
	height:320px;
}

#mainBody {
	position:relative;
	z-index:2;
	left:0px;
	top:0px;
	width:840px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/mainBackgroundMiddle.png);
	background-repeat:repeat;
}

#footer {
	position:relative;
	z-index:1;
	left:0px;
	top:0px;
	width:840px;
	height:80px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/mainBackgroundBottom.png);
	background-repeat:no-repeat;
}

#tdsyLink {
	position:absolute;
	z-index:1;
	left:60px;
	top:26px;
	width:auto;
	height:auto;
}

#copyright {
	position:absolute;
	z-index:1;
	right:60px;
	top:26px;
	width:auto;
	height:auto;
}
