@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
}
.box{ 
  position:rerative;
  background-color:#fff;
  min-width: 300px; 
  min-height: 240px;  
 }
.centered {
  position: absolute;
  width:300px;
  height:240px;
  margin-top:-120px;
  margin-left:-150px;
  top: 50%;
  left: 50%;
  text-align:center;
}
h1 {
	font-size:40px;
	line-height:40px;
	margin:5px 0;
}
#header p {
	font-size:10px;
	margin:0;
}
#select {
	height:120px;
	text-align:center;
}
#select p {
	font-size:20px;
	font-weight:bold;
	list-style:none;
	padding:10px 20px;
	margin:30px 0;
	display:inline-block;
}
#select p a {
	color:#000;
	text-decoration:none;
}
#footer {
	width:100%;
	height:10px;
	font-size:10px;
	color:#666;
}