html, body {
	background-color: 		#BEC4C7;
	font-family: 				Trebuchet MS;
	font-size: 					12px;
	margin:						0px;
	padding:						0px;
	background-image:			url('./img/bg.png');
	background-repeat:		repeat-x;
}

#container {
	width:						900px;
	height:						555px;
	margin-left:				auto;
	margin-right:				auto;
	text-align:					center;
}

#container #flashcontent {
	width:						900px;
	height:						555px;
}

#container #footer {
	width:						900px;
	height:						20px;
}

#container #footer #copy {
	float:						left;
	z-index:						1;
}

#container #footer #vnm {
	float:						right;
	text-align:					left;
	font-size:					10px;
}

#container #footer #vnm a:link, #container #footer #vnm a:visited {
	color:						#D3D7D9;
}

a:link {
	color:						#000000;
}

a:visited {
	color:						#000000;
}