* {
  margin: 0;
  padding: 0;
}
html {height: 100%;}
* html body {height: 100%;}

a {
	font-size: 12px;
	color: #AA042A;
	font-style: oblique;
	font-weight: bold;
}
img {
   position: fixed;
   top: 50%;
   left: 50%;
   margin-top: -247px;
   margin-left: -330px;
} 

.menu {
   position: fixed;
   top: 50%;
   left: 50%;
   margin-top: -220px;
   margin-left: -60px;
	}
	

	
.board {
	background: #1D2129;
	
	
	padding: 8px 15px;
	border: solid 1px #262C37;
	width: 278px;
    height: 35px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	margin-top: 5px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -180px;
	margin-left: -55px;
	font-size: 12px;
	color: #AA042A;
	}