@charset "utf-8";
/* CSS Document */
body {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}
a:link {
	font-weight:bold;
	font-size:16px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-weight:bold;
	font-size:16px;
	text-decoration: none;
	color: #000000;
}
a:hover {
	font-weight:bold;
	font-size:16px;
	text-decoration: none;
	color: #333333;
}
#background{
	margin: 0 auto;	
	width:776px;
	height:650px;
	/*background-image:url(../images/index.gif);*/
}
#home_flash{
	z-index:1;
	width:776px;
	height:650px;
}
#home_html{
	z-index:1;
	width:776px;
	height:650px;
	background-image:url(../images/index.gif);
}
#about_html{
	z-index:1;
	width:776px;
	height:650px;
	background-image:url(../images/about.jpg);
}
#content{
	z-index:2;
	margin: 0 auto;	
	width:726px;
	height:200px;
	position:relative;
	top:-590px;
}
#footer{
	margin: 0 auto;	
	width:700px;
	position:relative;
	top:-200px;
}
