/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: visible;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #ffffff;
		color:#ffffff;
		font-family: verdana;
		font-size:20;
		
	}
	
	a:link, a:visited {	
		color:#cccccc;
	}
		a:hover {	
		color:#bdd630;
	}
		a:active {	
		
		text-decoration: none;
		
	}
	
	.copy {font-size: 11px; color: #ffffff; margin-left: 50px;}
	.up {background: url(img/bg_content.jpg);}
		.lk {	
		background: #bdd630;
		color: #ffffff;
		text-decoration: none;
		padding: 5px;
	}
	
		.minmax {
     background-color:#000000;
     color:#fff;
     width: expression(document.body.clientWidth < 1100? "1100px" : document.body.clientWidth > 1300? "1300px" : "auto");
     min-width:1100px;
     max-width:1300px;