@import url(fixed.css);

body {
  background-color: grey;
  background-image: url(back_screen.jpg);
  
  
}

#flash {
  width: 900px;
  height: 600px;
  margin-left: -450px; /* 0 - (width / 2) */
  margin-top: -300px; /* 0 - (height / 2) */
}

h3 {
	width : 100%;
	font-size : 20px;
	text-align : center;
	font-weight : bold;
	letter-spacing : -1px;
	color : #ffffff;
	padding : 2px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif
}
a:link {
	color: #ffffff;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #990000;
}
a:active {
	color: #000000;
}
