@charset "UTF-8";
/* CSS Document */

a:link {color:#0000FF;}
a:visited {color:#0000FF;}
a:active {color:#0000FF;}

/* background info */


body {
	background-image: url(../images/mainbg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 5%;
	}

	
#container {
	position:absolute;
	left:50%;
	width:800px;
	margin-left:-400px;
	/*border:1px solid red;*/
	height:800px;
	}

#header {
	position:relative;
	width:800px;
	height:107px;
	/*border:1px solid orange;*/
	background-image:url(../images/bg1.png);
	/*border-bottom:1px solid black;*/
	border-left:1px solid black;
	border-right:1px solid black;
	border-top:1px solid black;
	}
	
#middle {
	position:relative;
	width:775px;
	height:34x;
	/*border:1px solid green;*/
	background-image:url(../images/tranbg2.png);
	/*border-bottom:1px solid black;*/
	padding-left:25px;
	border-left:1px solid black;
	border-right:1px solid black;
	z-index:999;
	}
	
#content {
	position:relative;
	width:800px;
	height:625px;
	/*border:1px solid yellow;*/
	background-image:url(../images/tranbg2.png);
	border-bottom:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
	z-index:1;
	}

#banner1 {
	position:absolute;
	width:400px;
	height:107px;
	}

#banner2 {
	float:right;
	padding:7px;	
	}
	
.infotxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
	
.infomain {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}

.bottomlink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
