@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	text-align:center;
	background:#FFFFCC;
}

body, table, div {
	font-size:14px;
}

a {
	color:#990000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#indexdiv {
	background:url(images/indexbg.jpg) no-repeat center center;
	width:1024px;
	margin:0 auto;
	border:1px solid #CCCCCC;
	height:768px;
	position:absolute;
	top:expression((this.parentElement.offsetHeight-this.offsetHeight)/2);
	left:expression((this.parentElement.offsetWidth-this.offsetWidth)/2);
}
#indexdiv h1 {
	text-align:center;
	margin:100px 0px 150px 0px;
	color:#990000;
}
#indexdiv #div1 {
	width:50%;
	float:left;
	text-align:center;
	padding-left:150px;
}
#indexdiv #div2 {
	width:50%;
	float:right;
	text-align:center;
	padding-right:150px;
}

#indexdiv img {
	border:0px;
}

