/* CSS Document */
@import url("../css/base.css");
.indexDiv{ display:block; height:640px; background:url(../images/index.jpg) top center no-repeat;}

/** LINKS */
area,.tt {display: block; background-color: #FFEEEE;}

 a {
	color: #1076CB;
	
}

a:hover {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}
.indexAlign{width:1003px; text-align:center}
