	body{
		background-color: #eeeeee;
		text-align: center;/*these last 2 lines are for IE hack*/
		min-width: 600px;
	}
	#flashcontent {
		margin:0 auto;
		width: 780px;
		height: 580px;
		font-family : sans-serif;
		text-align: center;
	}
	.linker {
		color: #386B8C;
		text-decoration: none;
	}
	a:hover{
		color: #518EB7;
		text-decoration: underline;
	}