@charset "utf-8";
/* CSS Document */

body {
background-image: url(13zbcjs.jpg);
background-repeat: repeat;
	background-color:#000000;
	margin: 0px;
	padding: 0px;
}


/*header*/
 
#header-container {
	width: 100%;
	height: 100px;

}
 
#header {
	background-image: url(header.png);
	background-repeat: repeat;
	width: 100%;
	height: 100px;
	margin: auto;
}

#menu {
	float: left;
	padding-left: 500px;
	padding-top: 10px;
}

#minibg {
	background-image: url(menubg.png);
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	left: 160px;
	padding-top: 13px;
	z-index: 1;
}
 
img {
	border: none;
}
 
#nav {
	height: 25px;
	width: 1024px;
	padding-top: 10px;
	padding-left: 180px;
	position: absolute;
}
 
#nav ul
{
	text-align: center;
	margin: auto;
	width: 1024px;
}
 
#nav ul li
{
	display: inline;
	padding: 0px;
	margin: 0px;
}

/*content*/

#container {
min-height: 100%;
margin-bottom: auto;
position: relative;
}


/*footer*/

#footer {
	width:100%;
	background-color:#b6cf84;
	border-top:1px solid #d8efa6;
	border-bottom:5px solid #94ae62;
	padding-top:5px;
	padding-bottom:5px;
	color:#FFFFFF;
}
#footer a {
	color:#006600;
}
#footer a:hover {
	color:#009900;
}


#footercontent
{
	text-align: center;
	font-size: 10px;
	color: #777;
}


#flash_index
{
background-image: url(flash_index.png);
background-position: center;
background-repeat: no-repeat;
width: 850px;
height: 450px;
margin: auto;

}


#flash_profile
{
background-image: url(flash_profile.png);
background-position: center;
background-repeat: no-repeat;
width: 850px;
height: 850px;
margin: auto;

}