* {
	margin: 0;
	padding: 0;
}
html, body {
	/*height: 100%;
	min-width: 1024px;
	min-height: 760px;*/
}
/* IE6 Hack */
* html body {
	width:expression((document.documentElement.clientWidth < 1024) ? "1024px" : "auto");
	height:expression((document.documentElement.clientHeight < 760) ? "760px" : "auto");
}

div#no_script {
	display: none;
}

a img {
	border: none;
}


a:focus, object:focus {
	outline: none;
}


/*#flashContent {position:absolute; top:0; left:0;float:left;}*/




