html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



body,td{
	font-size:12px;
	font-family:arial;
	color:#333;
}
a{color:#1259C7;text-decoration:none;}
a:hover{text-decoration:underline;}

div#wrap{
	width:990px;
	margin:0 auto;
}

h1{
	font-size:30px;
	font-weight:bold;
	margin-top:20px;
}

#target{
	position:absolute;
	width:256px;
	height:256px;
	margin:0 0 0 -128px;
	border:2px solid #000;
	left:50%;
	top:160px;
}
#target img{
	float:left;
	background:transparent url(../images/imgbg.jpg) no-repeat 0 0;
	border:none;
}

#title{
	position:absolute;
	width:256px;
	height:50px;
	margin:0 0 0 -128px;
	left:50%;
	top:110px;
	font-size:25px;
	text-align:center;
	font-family: monospace;
	font-weight:bold;
}
#linksd{
	position:absolute;
	left:50%;
	margin:0 0 0 -230px;
	width:120px;
	top:160px;
}
#linksm{
	position:absolute;
	left:50%;
	top:160px;
	margin:0 0 0 170px;
	width:120px;
}
#linksd a,#linksm a,#linksm div{
	display:block;
	width:50px;
	padding:4px;
	background:#000;
	margin-bottom:5px;
	color:#fff;
	font-size:14px;
	font-family: monospace;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}
#linksm div{background:#666;}
#linksm img{margin-right:5px;}

#about{position:absolute;left:50%;width:456px;margin-left:-228px;top:480px;}
#about p{font-family:"Time Nw Roman",serif;font-size:13px;line-height:17px;margin-bottom:15px;text-align:justify;}
