body { 
	background-color: #000000;
}

#main {
	width: 100%;
	height: 100%;
	text-align: center;
}

#container {
	width: 800px;
	text-align: center;
	margin: auto;
	padding: auto;
}

#banner img {
	height: 250px;
	width: 800px;
}

#nav_bar table { 
	width: 100%;
}

#nav_bar td {
	width: 25%;
}

#nav_bar img { 
	border: none;
}

.head { 
	background: url(images/head_back.jpg);
	hright: auto;
	width: auto;
	color: #ffffff;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}

