* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  list-style: none;
  vertical-align: top;
}
.cl {
  clear: left;
}
.cr {
  clear: right;
}
.c {
  clear: both;
}
.cl, 
.cr, 
.c {
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  display: hidden;
}
img {
  display: block;
}
.noDisplay {
	display: none;
}
body {
  text-align: center;
  font: 100% Arial, Helvetica, sans-serif;
  line-height: 150%;
  background: #ff0 url(../images/bg_body.jpg) repeat;
  color: #e1096a;
  margin-bottom: 50px;
}

#container {
  width: 950px;
  margin: 80px auto 0 auto;
  text-align: center !important;

  font-size: 1em;
  line-height: 135%;
}

h1, h2, h3, h4, h5, h6 {
	background: #ff0;
	padding: 5px;
	margin: 15px;
}

#logo {
	width: 427px;
	height: 180px;
  	background: url(../images/logo.png) no-repeat top left;
	margin: auto;
}

#logo a {
	display: block;
	width: 427px;
	height: 180px;
}

#terminal {
	background: #000;
	color: #fff;
	width: 490px;
	/*height: 380px;*/
	text-align: left;
	font-size: .8em;
	line-height: 100%;
	padding: 5px;
	margin: auto;
}

.blink {
	text-decoration: blink;
}

.green {
	color:#0f0;
}

ul {
	margin: 30px auto;
	width: 300px;
}

ul li {
	text-align: left;
	background: #ff0;
	width: 300px;
	margin: 3px;
}

ul li a {
	background: #ff0;
	color: #e1096a;
}

