#codebox {
	padding-left: 22px;
	margin: 0;
	white-space: pre;
}
#lines {  position: absolute;  }

#lines a {
	display: block; 
	width: 20px;
	text-decoration: none;
	height: 20px;
	
}

#lines, #lines a, #codebox {
	line-height: 20px;
	font-size: 12px;
	font-family: 'Courier New',Courier,monospace;
}
#box {
	position: relative;
}

#header {
	background: url(../img/header.jpg) no-repeat;
	height: 80px;
	width: 800px;
	color: #fff;
}
#header span {
	padding: 20px 40px;
	display: block;	
}
#header, #content {
	margin: 0 auto;
	text-align: left;
}
#content { background-color: #fff;
	width: 770px ! important;
	width: 800px;
		padding: 15px;
}

html, body {
	background-color:#A3A3A3;
	font-family:Arial,sans-serif;
	font-size:13px;
	text-align: center;
}


#desc, #paste {
	min-width: 770px;
	width: auto ! important;
	width: 770px;
}

#links {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
#links ul {
	padding: 0;
	margin: 0;
	background-color: #445566;
	color: #fff;
}
#links ul li {
	display: inline;	
}

#links ul li a:hover {
	background-color:#AA3322;
	color:#FFFFFF;
}
#links ul li a {
	color:#FFFFFF;
	padding: 0px 5px;
	font-weight:bold;
	padding-left:10px;
	text-decoration:none;
}



#footer {
	background-color:#E6E6E6;
	border-top:2px solid #AA3355;
	clear:both;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	text-align:center;
	width: 800px;
	margin: 0 auto;
}



a {
	color: #00a;
}
a:hover{
	color: #00f;
}

fieldset {
	border: 1px solid #000;
}
#chat {
	display: none;
}



#pastelistbla { list-style: none; }
#pastelistbla li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
}
