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

body {
	background-color:white;
	background-image: 
url(paperhole.png) ,
url(crystal.png) ,
url(energy.jpg);
	background-repeat: 
	no-repeat,
	no-repeat,
	no-repeat;
	background-position: 
	center 100px,
	center 300px,
	center 165px;
}


div#box { 
	display:block;
	width:480px; 
	height:130px; 
	margin: 550px auto 0px auto;
	padding-top: 40px;
}

h1 {
	display:block;
	margin: 0px auto 20px auto;
	text-align:center;
	color: black;
	font-family: 'Dawning of a New Day', cursive;
	font-size:36px;
}

h2 {
	display:block;
	margin: -10px auto 10px auto;
	text-align:center;
	color:#999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
}

p {
	display:block;
	margin: 5px auto 0px auto;
	text-align:center;
	color:#999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
a {text-decoration:none;}
a:link {color:#999}      /* unvisited link */
a:visited {color:#999;}  /* visited link */
a:hover {color:black;}  /* mouse over link */
a:active {color:#999);}  /* selected link */