html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    vertical-align:baseline;
}
::selection {
background: #F47A55;
color: white;
}
* {
	margin:0;
	padding:0;
	outline: none;
}

body {
	color: #fff;
	font: 12px Arial;
	background: url(../../../library/images/background.jpg) center center fixed;
}
#black {	
	width: 960px;
	background: #000;
	margin: 0 auto;
	-webkit-box-shadow: 0 0px 110px 40px #000;
	-moz-box-shadow: 0 0px 110px 40px #000;
	box-shadow: 0 0px 110px 40px #000;
}
#wrapper {
	width: 960px !important;
	background: url(../../../library/images/common-bg.jpg) 
				top center no-repeat;
	background-color: #000000;			
}

#main {
	width:960px  !important;
}
#content_sub_overview {
	margin:0 0;
	width:938px;
	padding:0 11px 0 11px;
	background-color:black  !important;
	background-repeat:no-repeat !important;
	background-position:11px top  !important;
}
#content_sub_customerService {
	width:960px;
	}
#containerx {
	width:960px !important;
	}
#content_sub_searchPage{
	margin:0 0;
	width:938px;
	padding:0 11px 0 11px;
	background-color:black  !important;
}
#contents_main {
	width:960px;
}
#content_sub {
	width:960px;
}
#footer_customerService {
	clear:both;
	position:relative;
	width:960px;

}
#footer_spirithistory{
	clear:both;
	position:relative;
	width:960px;
	top:0px;
}

#content_sub_customerService {
		background-color:black  !important;
}
a,
* a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color .50s ease;  
    -moz-transition: color .50s ease;  
    -o-transition: color .50s ease;  
    -ms-transition: color .50s ease;  
}

a:hover,
.hoveredLink {
	color: #f47a55 !important;
}

section {
	width: 100%;
	clear: both;
}
#maincontainer ,#contents_main {
width:960px !important;
}