@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
}
#topMarco{
	background:url(../images/index/top-bgk.gif) repeat-x top;
	width:100%;
	height:30px;
	margin-top:100px;
}
#bottomMarco{
	position:relative;
	background:url(../images/index/bottom-bgk.gif) repeat-x top;
	width:100%;
	height:30px;
	margin-top:0;
	z-index:-1;
}
#flash{
	background:url(../images/index/bkg-animation.jpg) repeat;
	margin-right:auto;
	margin-left:auto;
	width:100%;
	height:332px;
}
#copyright{
	padding-top:150px;
	margin-left:auto;
	margin-right:auto;
	width:450px;
	text-align:center;
	font-size:9px;
	font-family:Verdana, Geneva, sans-serif;
	color:#706c01;
}
#copyright a{
	color:#706c01;
	text-decoration:none;
}

