* {
	margin:0;
	padding:0;
}

html {
  /*height: 100%;*/
  /*overflow: hidden;*/
}

body {
	/*background:#eca4ba url(../images/background.jpg) top left repeat-x;*/
	background-color: #1e5087;
	margin-top: 10px;
	/*height: 100%;*/
}

#flashcontent {
/*	width: 100%;
	height: 100%;*/
	margin:auto;
	background-color:#FFFFFF;
}

a:hover {
	color:#a7c7e8;
}

table {
	margin:auto;
	/*background-color: #1e5087;*/
}