@charset "UTF-8";
/* CSS Document */

body{
	background-color:#fff;
	margin:0px;
}

#wrapper{
	width:370px;
	height:290px;
	margin:30px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:999;
	text-align:center;
}

a, a:link,a:visited{
	color:#69f;
	text-decoration:none;
}

a:hover, a:active{
	color:#69f;
	text-decoration:underline;
}