body{
	background-color: #000000;
	background-image: url('../img/bg.gif');
}

div#navbar{
	background-image: url('../img/nav_bar.png');
	width: 750px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
}

ul#links{
	list-style: none;
	text-align: center;
	margin-top: -63px;
	margin-left: -55px;
}

ul#links li{
	display: inline;
}

ul#links li a{
	text-decoration: none;
	color: #ffffff;
	font-family: verdana;
	font-size: 25px;
	padding: 10px;
}

ul#links li a:hover{
	color: #00ff00;
}

ul#links li a:focus{
	color: #000000;
}

div#header{
	background-image: url('../img/body_header.png');
	width: 750px;
	height: 27px;
	margin-left: auto;
	margin-right: auto;
}

div#contents{
	background-image: url('../img/body.png');
	background-repeat: repeat-y;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 6px;
}

div#main{
	font-family: "Trebuchet MS";
	font-size: 18px;
	text-align: justify;
	line-height: 25px;
	color: #dddddd;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-right: 8%;
	padding: 1px;
}


div#footer{
	background-image: url('../img/body_footer.png');
	width: 750px;
	height: 46px;
	margin-left: auto;
	margin-right: auto;
}

p#about{
	color: #eeeeee;
	text-align: center;
}

p#about a{
	text-decoration: none;
	color: #ffcc00;
	border-bottom: 1px dashed #ffcc00;
	text-align: center;
}

p#about a:hover{
	border-bottom: none;
}