body {
	background-image: url("narutowallpaper.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	font-family: "century gothic","arial","Times new Roman",sans-serif;
	}

h3 {
	font-style: italic;
	}

h2, h3 {
	color: #008B8B;
	text-align: center;
	}

#banner {
	text-align: center;
	}
	

.content, .header {
	border: double 5px #000000;
	margin: 5px;
	padding: 5px;
	background-color: #FFFFFF;
	width: 60%;
	float: right;
	}
	

.header {
	text-align: center;
	}
	

.content {
	height: 450px;
	overflow: auto;
	}

#sidebar {
	border: double 5px #000000;
	margin: 5px;
	padding: 5px;
	background-color: #FFFFFF;
	width: 25%;
	float: left;
	position: absolute;
	top: 300px;
	}

ul {
	list-style-image: url("konoha.gif");
	list-style-type: disc;
	list-style-position: outside;
	}

a:link {
	text-decoration: none;
	color: #99CCFF;
	}

a:visited {
	text-decoration: line-through;
	color: #CC6600;
	}

a:hover	{
	text-decoration: none;
	letter-spacing: 1px;
	color: #FF9966;
	}