body {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url('../img/bg/bgTile.jpg');
	background-repeat: repeat-x;
	background-color: #000000;
	overflow-x:hidden;
	color:#ffffff;
}

.swfShell {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	min-width: 994px;
}

.divlayer {
	margin:200px 0 50px 200px;
	width:500px;
	height:320px;
	font-family:arial;
	font-size:32px;
	/*border:1px solid white;*/
}

.nav {
	margin:10px 0 20px 20px;
	width:994px;
	height:30px;
	font-family:arial;
	font-size:20px;
	color:#ffffff;
	/*border:1px solid white;*/
}
.nav a {
	font-family:arial;
	font-size:20px;
	color:#ffffff;
	margin-right:30px;
	text-decoration:none;
}
.nav a:hover {
	color:#666666;
}

.footer {
	width:994px;
	text-align:right;
	font-family:verdana;
	font-size:9px;
	color:#666666;
}
.footer a {
	color:#666666;
	text-decoration:none;
}