/* CSS Document */

body {
  background-color: #0c3088;
  position: relative;
  width: 1024px;
  margin: 0 auto;
}

a:link, a {
	color: #FF9999;
}
a:hover, a {
	color: #95daff;
}
a:visited, a {
	color: #FF9999;
}

/* logo */
#name {
	background-image: url(frame/aurorawebsites.jpg);
	position: absolute;
	z-index: 20;
	top: 10px;
	left: 150px;
	width: 800px;
	height: 122px;
	background-position: center;
	text-indent: -1000em;
}

/* intro paragraph */
#line {
	background-image: url(webimages2/line.jpg);
	position: absolute;
	z-index: 20;
	top: 160px;
	left: 80px;
	width: 900px;
	height: 10px;
}

h3 {
	position: absolute;
	z-index: 20;
	texT-align: left;
	top: 190px;
	left: 200px;
	width: 750px;
	height: 100px;
	color: #95daff;
}
h4 {
	position: absolute;
	z-index: 20;
	text-align: left;
	top: 245px;
	left: 250px;
	width: 700px;
	height: 100px;
	color: #46bfdc;
}
.h41 {
	position: absolute;
	z-index: 20;
	text-align: center;
	width: 700px;
	color: #FF9999;
}
#line1 {
	background-image: url(webimages2/line.jpg);
	position: absolute;
	z-index: 20;
	top: 360px;
	left: 80px;
	width: 900px;
	height: 10px;
}
#link1 {
	position: absolute;
	z-index: 20;
	top: 390px;
	left: 200px;
}
#link2 {
	position: absolute;
	z-index: 20;
	top: 390px;
	left: 600px;
}
#line2 {
	background-image: url(webimages2/line.jpg);
	position: absolute;
	z-index: 20;
	top: 510px;
	left: 80px;
	width: 900px;
	height: 10px;
}
h5 {
	position: absolute;
	z-index: 20;
	text-align: center;
	top: 530px;
	width: 1024px;
	height: 50px;
	color: #95daff;
}

