/*" R E S E T "*/
html, body, div, span, object, iframe, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:normal;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
p, pre, blockquote, label, ul, ol, dl, dd, fieldset, address { margin: .5em 0; }
ol, ul { padding-left: 40px; }
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th { vertical-align: top; }
input, select, textarea {vertical-align:text-top;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/*" B A S I C S "*/
body {
	background: #000;
	color: #fff;
	text-align: center;
	background: #000 url(../images/background3.jpg) center top no-repeat;
	}
body, input, textarea {
	font: 13px "Helvetica Neue", Helvetica, Arial;
	}
a {
	color: #fff;
	outline: 0;
	}
a:hover {
	color: #000;
	}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: bold;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}

/*" C O N T E N T "*/
a.more {
	display: block;
	background: url(../images/images.png) -290px -280px no-repeat;
	width: 42px;
	height: 22px;
	text-indent: -9999px;
	}

#wrapper {
	text-align: left;
	width: 1024px;
	height: 760px;
	margin: 0 auto;
	position: relative;
	}

#topics {
	position: absolute;
	right: 0;
	top: 135px;
	background: url(../images/topics.gif) left top no-repeat;
	width: 365px;
	height: 407px;
}

#header {
	}
#header h1 {
	background: url(../images/images.png) 0 0 no-repeat;
	width: 350px;
	height: 110px;
	text-indent: -9999px;
	z-index: 0;
	}
#header h2 {
	background: url(../images/images.png) 0 -120px no-repeat;
	width: 374px;
	height: 45px;
	text-indent: -9999px;
	z-index: 1;
	}
#header p {
	text-indent: -9999px;
	margin: 0;
	}
	
#more {
	background: #363636;
	padding: 10px;
	}
#more p {
	font-size: 14px;
	font-weight: bold;
	}

.give_button {
	position: absolute;
	top: 20px;
	right: 0;
	background: url(../images/give.png) top left no-repeat;
	width: 180px;
	height: 63px;
	overflow: hidden;
	text-indent: -9999px;
	z-index: 100;
	}
.update_button {
	position: absolute;
	top: 20px;
	right: 0;
	background: url(../images/update.png) top left no-repeat;
	width: 180px;
	height: 63px;
	overflow: hidden;
	text-indent: -9999px;
	z-index: 100;
	}
#update {
	background: #000;
	text-align: left;
	padding: 20px;
	}
#update .inner {
	background: #fff;
	color: #000;
	padding: 20px;
	height: 440px;
	overflow: auto;
	}
#update a {
	color: #ff6b00;
	}