body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(/images/smoke-bg3.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	background-attachment: fixed;

}
#footer {
	font-size: .75em;
	color: #999999;
	font-style: italic;
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: absolute;
	height: auto;
	width: auto;
	left: 50px;
	top: 500px;




}

.container {
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#navigation {
	margin: 0px;
	padding: 0px;
	position: absolute;
	height: 200px;
	width: 200px;
	left: 450px;
	top: 250px;

}

#navigation ul
{
	list-style: none;
	padding: 00px;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-style: italic;
	font-weight: bold;


}

#navigation li
{
	margin: 0px;
	line-height: 1.75em;
	border: none;
	padding: 0px;


}

#navigation li a
{
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 4px;
	padding-bottom: 2px;


}


#navigation li a:hover
{
	color: #FF9900;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	padding-right: 4px;
	padding-bottom: 2px;




}
