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, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  line-height: 1.5em;
  font-family: inherit;
  text-align: left;
  vertical-align: baseline; }

#header a:hover {
	display: block;
	border-bottom: solid 4px #999;
	}
	
#header a {
	display: block;
	margin-top: 6px;
	color: #000;
	text-decoration: none;
	text-align: center;
	}
.clear {
	clear: both;
	}

ul,li {
	display: inline;
	float: left;
	}
	
li {

	text-align: center;
	width: 75px;
	
	}
	
ul {
	width: 70%;
	}

body {
  font-family: helvetica, sans-serif;
  font-weight: bold;
  font-size: 75%;
  color: #000; }

#Menu {
	float: left;
	height: 28px;
 	width: 790px;
  	margin: 0 auto; 
  	border-top: #DDD 1px solid;
  	border-bottom: #DDD 1px solid;
  }

#login {
	display: block;
	float: right;
	width: 75px;
	}

#header {
	margin: 0 auto;
	width: 790px;
	height: 28px;
	}
	
	
#footer {
	position: absolute;
	bottom: 0px;
	background-color: #555;
	min-height: 200px;
	width: 100%;
	}
	
#warper {
	margin: 0 auto;
	width: 790px;
	min-height: 500px;
	}
	
code, pre, xmp {
  background:#F4F5F7;
  background-image: url(img/blockquote.gif) 3px 3px no-repeat;
  line-height: 12px;
  font-size: 11px;
  border:1px dashed #CCC;
  display:block;
  overflow:auto;
  padding:10px;
  margin:10px;
  white-space: pre;
}