@viewport { 
	zoom: 1.0;
	width: device-width;
	resolution: device;
	line-height: 2;
/* Main structure */
.main {
        background: #000;
        margin: 20px auto 4px auto;
        text-align: left;
        width: 100%;
}

/* Header */
.gfx {
        background: #222 url(./btux_s.jpg) no-repeat;
        height: 200px;
        text-align: center;
}

.item a {
        line-height: 1.5;
}


}

/* Standard elements */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #999;
	text-decoration: none;
}

body {
	background: #000 url(./bg.png) repeat-x fixed left bottom;
	color: #00ff00;
	margin: 20px 0;
	text-align: center;
	font: normal 0.75em Verdana;
}

ul {
	margin: 12px 0;
}

li {
	list-style: url(./li.gif);
	margin-left: 18px;
}

code {
	font: normal 1em 'Bitstream Vera Sans Mono','Courier 10 Pitch','Nimbus Mono L',Monaco,'Courier New',Courier,'OCR A Extended','DejaVu Sans Mono','Lucida Console',monospace;
	background: url(./code.gif);
	color: #00ff00;
	display: block;
	padding: 3px 6px;
	white-space: pre;
	margin-bottom: 12px;
	line-height: 1.0;
}

/* Misc */
div.quote {
	margin-bottom: 12px;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	background: url(./quote.gif) no-repeat;
	padding-left: 28px;
	color: #00ff00;
}

/* Main structure */
.main {
	background: #000; 
	border: 3px double #EEE; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 900px; 
}

/* Header */
.gfx {
	background: #222 url(./btux.jpg) repeat;
	height: 200px;
        text-align: center;
}

.gfx h1 {
	color: #00ff00;
	font: normal 3.6em Tahoma,sans-serif;
	padding: 60px 60px;
}

/* Menu */
.menu a {
	background: #000 url(./menu.png) repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #00ff00;
	font-size: 1.2em;
	float: left;
	padding-top: 4px;
	width: 149px; height: 36px;
}

.menu a span {
	padding-left: 6px;
}

.menu a:hover {
	background-position: left bottom;
	color: #666;
}

.menu a#last {
	width: 150px;
	border-right: none;
}

/* Content */
.content {
	border-top: 1px solid #1A1A1A;
	background: #000;
	clear: both;
}

.content h1 {
	margin: 0 0 4px;
	font: bold 1.1em sans-serif,Arial;
	color: #00ff00;
}

.content p {
	margin: 0 0 12px;
}

.item {
	background: #030303 url(./item.gif) repeat-x;
	padding: 8px 10px;
}

/* Footer */
.footer {
	padding: 5px;
	background: #0A0A0A;
	color: #666;
} 

