@import url(sm_icons.css);
* {
	margin: 0;
	padding: 0;
}
.hidden, .edih {
	display: none;
}
.noborder {
	border: none;
}
a img {
	border: none;
}
a {
	text-decoration: none;
	color:#000000;
	border-bottom: 1px dotted #000000;
}
a:hover {
	border: none;
}
html{
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
    background: #000000;
	color:#000000; 
    }
#flashcontent{
	left:0px;
	top:0px;
	z-index:2;
	position:absolute;
	min-width:800px;
	min-height:500px;
	height:100%;
	width:100%;
}