body {
	background: #222;
	margin: 0;
	padding: 0;
}
div#wrapper {
	background: #222 url(img/bg_bricks_inside.jpg) repeat-y top center;
	padding-bottom: 20px;
}
div#global {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
#page {
	background: url(img/bg_page.gif) repeat-y scroll left top;
}
#sidebar {
	background: #111;
	width: 180px;
	padding-right: 10px; 
}
#foot {
	margin: 50px 0 0 0;
	padding-bottom: 0;
	background: #000;
	text-align:left;
}
#foot div.wrapper {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 1.2em; /* to match LG15:Universe's current font-size */
}
#hor_spacer {
	padding: 25px 0;
}
#footer #lg15_link {
	height: 60px;
}
.clearfix {
	clear: both;
}
* html .clearfix {
	height:0;
}
p img {
	float: none;
	margin: auto;
}
li#global-bts a.selected_l {
	color: #777;
}

#content {
	margin:20px 0 0 10px;
}
