* {margin: 0;padding: 0;}
body {
font-family:verdana,'Hiragino Kaku Gothic Pro';
font-size: 75%;
color: #333;
line-height: 1.2em;
text-align: center;
}
a {
color: #1A4F84;
text-decoration: none;
}
a:visited {
color: #0099CC;
text-decoration: none;
}
a:hover {
	color: #60C9E7;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 120%;
	margin-bottom: 15px;
}

#wrap {
letter-spacing:0.4em;
 position:absolute;
 width:500px;
 height:300px;
 left:50%;
 top:50%;
 margin-left:-250px;
 margin-top:-150px;
 background:#fff;
 color:#999;
}

