/* HOME PAGE  - Body and Container*/
body {
	margin: 0;
	padding:0;
	text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #988568;
	text-decoration: none;
	background: #000000 url("images/LA_widget_bg.jpg") no-repeat center top; border: none;
	line-height: 1.4em;
	}
	
/* GENERAL - Links */
    a:link, a:active, a:visited {
	text-decoration:none;
	color:#FFFFFF;
	background-color:inherit;
	}
	
	a:hover {
	color:#FF9900;
	background-color:inherit;
	text-decoration:underline;
	}

#container {
	margin: 0 auto;
	padding: 45px 0 0 0;
	width: 955px;
	height: 500px;
	text-align: center;
}