html,body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background:#ffffff;
	background-image: url(bg.jpg);
	background-position: top center;  
	background-repeat:no-repeat; 
	font-family:verdana,arial,helvetica,sans-serif;
	line-height:1.5;
}

#canvas {
	width:960px;
	height:720px;
	margin:0 auto;
	padding:0;
}

#flashcontent {
	color:#ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	text-align:center;
	display:none;
}

#portalbalk {
	font-size : 10px;
	height : 20px;
	margin : 0;
	position : relative;
}