a img { 
    border: none;
}
a {
    outline: none;
}
* {
margin:0;
padding:0;
}
html, body {
margin:0;
padding:0;
height:100%;
}
object { outline:none; }
#wrapper {
	margin: 0 auto 0;
	position: relative;
	height: 705px;
	width: 880px;
	clear:left;
	top: 0px;
}
#image {
	position: absolute;
	height: 669px;
	width: 880px;
	top: 30px;
	padding: 0px;
	z-index: 5;
	left: 0px;
	margin: 0;
}
#flashinfo {
	position: absolute;
	height: 50px;
	width: 880px;
	top: 565px;
	padding: 0px;
	z-index: 10;
	left: 0px;
	text-align: center;
	margin: 0;
}
#flashcontent {
	font-family: MyCustomFont, "eurofurence light", Helvetica, sans-serif;
	font-size: 20px;
	color: #9A8194;
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 28px;
}
 #flashcontent a:link, #flashcontent a:visited {
	color: #9A8194;
}
#flashcontent a:hover {
	color: #312435;
}
@font-face {
 font-family: MyCustomFont;
 src: url("eurof35.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 src: url("eurof35.ttf") /* TTF file for CSS3 browsers */
}

