﻿body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 0px auto;
}
#divContainer {
	width: 1024px;
	height: 769px;
	margin:0px auto 0px auto;
	position:relative;
	}
#headerImg1 {
	width:504px;
	height:218px;
	left:0px;
	top:0px;
	position:absolute;
	background-image:url('images/index_01.jpg');
	background-repeat:no-repeat;
	}
#headerImg2 {
	width:540px;
	height:71px;
	left:504px;
	top:0px;
	position:absolute;
	background-image:url('images/index_02.jpg');
	background-repeat:no-repeat;
	}
#headerImg3 {
	
	width:540px;
	height:73px;
	left:504px;
	top:71px;
	position:absolute;
	background-image:url('images/index_03.jpg');
	background-repeat:no-repeat;
	}
#headerImg4 {
	width:540px;
	height:74px;
	left:504px;
	top:144px;
	position:absolute;
	background-image:url('images/index_04.jpg');
	background-repeat:no-repeat;
	}
#leftImg {
	width:184px;
	height:550px;
	left:0px;
	top:218px;
	position:absolute;
	background-image:url('images/index_05.jpg');
	background-repeat:no-repeat;
}	
#ctrMid {
	width:840px;
	height:430px;
	left:184px;
	top:218px;
	position:absolute;
	background-image:url('images/index_06.jpg');
	background-repeat:no-repeat;
}
#content1 {
	width:366px;
	height:430px;
	left:0px;
	top:0px;
	position:absolute;
	padding:15px 30px 20px 25px;
	text-align:justify;
	font-family: "Times";
	color:#5C5C5C;
}
#content1Title {
	color:#BA0010;
}
#content2 {
	width:361px;
	height:430px;
	left:400px;
	top:0px;
	position:absolute;
	padding:15px 70px 20px 30px;
	text-align:justify;
	font-family: "Times";
	color:#5C5C5C;
}
#ctrBtm {
	width:840px;
	height:120px;
	left:184px;
	top:648px;
	position:absolute;
}
#lftFooter {
	width:417px;
	height:120px;
	left:0px;
	top:0px;
	position:absolute;
	background-image:url('images/index_07.jpg');
	background-repeat:no-repeat;
}
#rgtFooter {
	width:423px;
	height:120px;
	left:417px;
	top:0px;
	position:absolute;
	background-image:url('images/index_08.jpg');
	background-repeat:no-repeat;
}
