@charset "utf-8";
/* CSS Document */

html, body{
	background-color: #000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0;
	margin-top: 3%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
}

.flashContainer{
	background: none;
	width: 965px;
	margin: 0 auto;
}
#flash{
	width: 965px;
	height: 430px;
	border: 1px solid #848686;
}

.flashBgTop{
	width: 965px;
	height: 50px;
}

.flashBgBottom{
	width: 965px;
	height: 50px;
}