@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin:0;
	padding:0;
}
body{
	font:12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
	color:#fff;
	background:#000;
}
:focus {
	outline:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
a:link,a:visited{
color:#fff;
}
#wrap{
width:1004px;
margin:0 auto;
padding-top:30px;
}
.description{
padding:10px;
line-height:20px;
}
.description p{
text-indent:2em;
}
.copyright{
position:relative;
line-height:30px;
height:30px;
text-align:right;
}
.link{
position:absolute;
top:0;
left:0;
text-align:left;
}
#page{
width:1004px;
margin:0 auto;
}