@charset "UTF-8";
html, body {
	background-color: #000000;
	background-image: url(images/back.jpg);
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
#mainCon {
	width: 963px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	position: relative;
}
#headDiv {
	float: left;
	width: 963px;
	position: relative;
}
#contentDiv {
	width: 963px;
	float: left;
	position: relative;
}
#botDiv {
	width: 963px;
	clear: both;
	margin-bottom: 40px;
	position: relative;
}
#leftCol {
	float: left;
	height: auto;
	width: 359px;
	position: relative;
}
#rightCol {
	float: left;
	width: 604px;
	position: relative;
}
#footerDiv {
	text-align: center;
	position: absolute;
	height: 20px;
	width: 963px;
	z-index: 10;
	top: 80px;
}
#maintext {
	width: 295px;
	position: absolute;
	left: 40px;
	top: 20px;
}
#menuDiv {
	position: relative;
	width: 963px;
	float: left;
}

