html, body {
	margin: 0px;
	padding: 0px;
	/*background-color:#393939;*/
	background-image:url(../bk-gnd-color/background-color.png);
	width:1096px;
	list-style: none;
	font-family:ariel, sans-serif;
	color:#FFFFFF;
	}

a:visited  {color:#CCCCCC;text-decoration:none}
a:link {color:#cccccc;text-decoration:none}
a:active{color:#0099FF;text-decoration:none}
a:hover {color:#ffffff;background-color:#0033FF;text-decoration:none}

#main {
	width:878px;
/*	background-image:url(../bk-gnd-color/background-color.png) no-repeat fixed;*/
	}
#logo{
	font-family:impact;
	font-size:50px;
	color:#ffffff;
	}
#header {
	width:878px;
	height:100px;
	background-color:#000000;
	}
	
#main_content{
	/*width:800px;*/
	width:678px;
	/*background-color:#000000;*/
	float:left;
	}

#content_title {
	font-family:ariel, sans-serif;
	color:#ffffff;
	font-size:25px;
	}

#content_title1 {
	font-family:impact;
	font-size:25px;
	font-color:#ffffff;
	font-weight:bold;
	}

#content_title2 {
	font-family:ariel, sans-serif;
	font-size:25px;
	color:#ffffff;
	letter-spacing:5px;
	}
	
#index {
	background-image:url(../indexBtns/black.gif);
	width:197px;
	height:383px;
	font-weight:bold;
	font-size:11px;
	letter-spacing:2px;
	float:right;
	}
	
#footer {
	width:678px;
	height:90px;
	font-size:small;
	background-image:url(../bk-gnd-color/footer_bk_gnd.png);
	background-repeat:no-repeat;
	float:left;
	clear:both;
	}
	
