div,span,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
abbr,address,cite,code,
del,dfn,em,img,ins,kbd,q,samp,
small,strong,sub,sup,var,
b,i,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,dialog,figure,footer,header,
hgroup,menu,nav,section,
time,mark,audio,video{
	font:normal normal 1em/1.3em sans-serif;
	vertical-align:baseline;
	color:#666;
	text-decoration:none;
	border:none;
	outline:0;
	margin:0;
	padding:0;
	background:transparent;
}
article,aside,dialog,figure,footer,header,hgroup,menu,nav,section{display:block}
a,a:visited{text-decoration:none}

a.alpha:hover { 
  opacity: .80; /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=80); /* IE lt 8 */
  -ms-filter: "alpha(opacity=80)"; /* IE 8 */
  -khtml-opacity: .80; /* Safari 1.x */
  -moz-opacity: .80; /* FF lt 1.5, Netscape */
}

#board{
	width:95%;
	max-width:900px;
	border:1px solid #ccc;
	margin:1em auto;
	padding:0 0 9em;
	position:relative;
	overflow:hidden;
}
h1#title{
	background:url(../images/title_bk.jpg) no-repeat;
	padding:18px 0 0;
	width:95%;
	margin:0 auto;
}
footer#end{
	clear:both;
	font-size:0.7em;
	position:absolute;
	bottom:1em;
	left:0;
}
footer#end:after{
	content:url(../images/neckless.gif);
	position:absolute;
	bottom:5px;
	left:-5px;
}
footer#end address{
	background:#ffff9a;
	padding:5px 7px 3px 53px;
}
footer#end p.contact{
	border-bottom:1px solid #999;
	font-weight:bold;
	margin-bottom:0.2em;
}
footer#end dt{
	float:left;
	clear:left;
}
footer#end dd{
	margin-left:5em;
}
footer#end p.designer,footer#end p.copyrights{
	color:#999;
}
#end a,#end a:visited{
	color:#666;
	text-decoration:none;
}
#end a:hover{color:#ff608c;}

#end .designer , #end .copyrights {
	padding-left: 53px;
}

#end .designer a,#end .designer a:visited{
	color:#999;
	text-decoration:none;
}
#end .designer a:hover{color:#ff608c;}



footer#pj{
	font-size:0.7em;
	position:absolute;
	bottom:1em;
	left:252px;
	padding-bottom:38px;
}