@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
}
.oneColFixCtr #container {
	width: 1260px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 700px;
	overflow: hidden;
	background-color: #000000;
}
.oneColFixCtr #mainContent {
	width: 1260px;
	height: 700px;
	background-color: #000000;
	overflow: hidden;
}
.flashBox {
	height: 500px;
	width: 1260px;
	background-color: #FFFFFF;
	text-align: center;
}
.enter {
	float: left;
	height: 50px;
	width: 220px;
	text-align: center;
	margin-left: 530px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	margin-top: 30px;
	display: inline;
}
.copyright {
	float: left;
	height: 20px;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-left: 485px;
	text-align: center;
	margin-top: 15px;
}
.designedby {
	float: right;
	height: 20px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 15px;
}
