/* hide from ie on mac \*/
html{		
	height: 100%;
	overflow: auto;
}

#flash{
	position: absolute;
	top: 0px;
	left: 0px;		
	height: 100%;
	width: 100%;
}
/* end hide */

body{
	background-color: #FFFFFF;
	font-family: tahoma;
	font-size: 8pt;
	color: #333333;
	margin: 0;		
	padding: 0;		
	height: 100%;
}

#backImg{
	width: 800px;
	height: 108px;
	position: absolute;
	top: 100%;
	margin-top: -108px;
	background-image: url('http://i-sing.dk/content/background.jpg');
	background-repeat: no-repeat;
}

#menu{
	font-size: 12pt;
}

a:link{
	color:#BFB922;
}
a:visited{
	color:#BFB922;
}
a:hover{
	color: #F7A800;
}
a:active{
	color:#BFB922;
}

img{
	border:none;
}
