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

body {
	margin: 0;
	padding:0;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}

#wrap{
	width:500px;
	background-color:#000000;
	margin: 0 auto;
	text-align:center;
}


a{
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
}
a:hover{color:#af0085; text-decoration:underline;}

