

.clear
{
	clear: both;
}

#globalContainer
{
	width:100%;
	height:100%;
	position:relative;
	border:0px;
	padding:0px;
	margin:0px;
}

#header
{
	width:100%;
	height:190px;
	border:0px;
	padding:0px;
	margin:0px;
	border:0px;
}

#logoimg
{
	border:5px;
}

#leftColumn
{
	width:670px;
	height:720px;
	position:relative;
	float:left;
	border:0px;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:px;
}

#rightColumn
{
	width:230px;
	height:720px;
	position:relative;
	float:left;
	border:0px;
	padding:0px;
	top:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:25px;
	margin-right:0px;
}

#cliBox
{
	position:relative;
	padding: 10px;
	border:0px;
	margin-top:10px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	background-image:url('images/cli.png');
	width:648px;
	height:320px;
}

#cliWrapper
{
	position:relative;
	padding: 0px;
	border:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	overflow: scroll;
	top: 22px;
	left: -5px;
	width:657px;
	height:300px;
}

code.cliTitle
{
	color:#ccffcc;
	font-family:courier;
	text-align:left;
}

code.cliText 
{
	color:#00ff00;
	font-family:courier;
}

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

code.cliCursor
{
	color:#00ff00;
	font-family:courier;
	font-weight: bold;
	text-align:left;
	text-decoration:blink;
}

code.func
{
	color:#ffa500;
	font-family:courier;
}

code.numbers
{
	color:#0000ff;
	font-family:courier;
}

#cloudImg
{
	position:relative;
	border:0px;
	top:-15px;
	left:5px;
}

#clipboard
{
	position:relative;
	padding: 10px;
	border:0px;
	margin-top:10px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	background-image:url('images/clipboard.png');
	width:200px;
	height:299px;
}

#tuxContainer
{
	position:absolute;
	top:95px;
	left:40px;
}

#ipodImg
{
	position:relative;
	left:-35px;
}

#radioContainer
{
	position:absolute;
	left:20px;
	top:25px;
}

table.lfm
{
	padding: 0px;
	margin: 0px;
	border:1px solid black;
	background: black;
	width:184px;
}

td.lfm
{
	margin:0px;
	padding:0px;
	border:0px;
}

tr.lfmHead
{
	a: hover;
	background: url(http://cdn.last.fm/widgets/images/en/header/radio/regular_black.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

tr.lfmEmbed
{
	object {float:left;}
}

a.lfm
{
	display:block;
	overflow:hidden;
	height:20px;
	width:184px;
	background: url(http://cdn.last.fm/widgets/images/en/header/radio/regular_black.png);
	background-repeat: no-repeat;
	background-position: 0px -20px;
	text-decoration:none;
	border:0px;
}



