@charset "UTF-8";/* CSS Document */	/* hide from ie on mac \*/	html {		height: 100%;		overflow: hidden;	}		#flashcontent {		height: 100%;	}	/* end hide */	body {		height: 100%;		margin: 0;		padding: 15px;		background-color: #181818;		color:#ffffff;		font-size:10pt;		text-align:center;	}	a {		color:#FFFFFF;		font-family:Arial, Helvetica, sans-serif;		/*background-color:#333333;*/		text-decoration:none;		padding:10px;		text-align:center;	}	a:hover{		/*font-weight:bold;*/		color:#000000;		background-color:#FFFFFF;	}	a.pix{}	a.pix:hover{		background-color:#181818;	}	/*	table.center{		margin-left:auto; 		margin-right:auto;	}	*/