

body {
	margin:0;
	padding:0;
	height: 100%;
	background-color: #111;
	background-image: url(http://www.nulWave.com/Images/overall_back.png);		
	background-attachment: fixed;
	text-align: center;	
	font-size: 1em;
	font-family: arial,sans-serif;

	
	}
	
#title {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
		
}
		
#author {
	font-size: 1.2em;
	font-style: italic;	
	text-align: center;
	padding: 0px;
}
		
h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-indent: 15px;
}


	
	
	
#overall {
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left:auto;
	margin-right:auto;
	max-width: 800px;
	min-width: 400px;
	min-height: 600px;
	border-top: 3px solid #444;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	border-bottom: 3px solid #444;
	height: 100%;
	background-color: #F5F5F5;
	
	}
	
#logo {
	background-image: url(http://www.nulWave.com/Images/nulWave.png);		
	
	}
	
	
.edge {
	background-image: url(http://www.nulWave.com/Images/nulWave_line.png);
	}
	
#desc {
	text-align: left;	
	}
	
#desc img {
	display: block;
	margin-left:auto;
	margin-right:auto;
	}
	
#desc p {
		margin-left: 15px;
		margin-right: 15px;
		text-indent: 25px;
		text-align: justify;
	}
	
.list {
		text-align: center;
	
}
	
.list div {
	font-size: 1.2em;
	font-weight: bold;
	text-indent: 15px;	
}
	
.list ul {
	text-align: left;	
	margin-left: 15px;
}
	
#extra {
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
	text-indent: 25px;	
	font-size: 0.9em;
	font-style: italic;
}
	
	
#extra a {
	color: #003;
	font-size: 1.1em;	
	
	}