@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);body{	background-color: transparent;    background-repeat: repeat, no-repeat;    background-position: center center;    background-attachment: fixed;    -webkit-background-size: auto, cover;    -moz-background-size: auto, cover;    -o-background-size: auto, cover;    background-size: auto, cover;	margin-left: 0px;	margin-top: 0px;	margin-right: 0px;	margin-bottom: 0px;}.container{	position:relative;}.clr{	clear: both;}.content{	position: relative;	width: 1000px;	margin: 0 auto;}/* Header Style */.header{	font-family: 'Droid Sans', sans-serif;	line-height: 24px;	font-size: 11px;	opacity: 0.9;	text-transform: uppercase;	z-index: 9999;	position: relative;	-moz-box-shadow: 1px 0px 2px #000;	-webkit-box-shadow: 1px 0px 2px #000;	box-shadow: 1px 0px 2px #000;	background-color: #CCC;}.header a{	padding: 0px 10px;	letter-spacing: 1px;	display: block;	float: left;}.header span.right{	float: right;}.header span.right a{	float: none;	display: inline;}.more ul{	text-transform:uppercase;	font-size:11px;	padding:50px 0px 30px 20px;	height:30px;	clear:both;	font-family: 'Droid Sans', sans-serif;		width:830px;	margin:0 auto;}.more ul li{	float:left;	margin:0px 2px;}.more ul li.selected a,.more ul li.selected a:hover{	background:#000;	text-shadow:none;}.more ul li a{	text-shadow: 1px 1px 1px #fff;	background: #f7f7f7;	padding: 3px 6px;	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.6);	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.6);	box-shadow: 1px 1px 2px rgba(0,0,0,0.6);}.more ul li a:hover{	background:#000;	text-shadow:none;}