@charset "utf-8";
/* --The order of describing property-- 
display
visibility
overflow
clip
position
top/right/bottom/left/
float
clear
z-index
width(min-width/max-width)
hieght(min-height/max-height)
margin(margin-top/margin-right/margin-bottom/margin-left)
paddin(padding-top/padding-right/padding-bottom/padding-left)
border(border-width/bordercolor/border-style)
list-style(list-style-type/list-styleimage/list-style-position)
color
background(background-color/backgroundimage/background-repeat/background-attachment/background-position)
font(font-family/fontstyle/font-variant/font-weight/font-size)
line-height
vertical-align
text-indent
text-align
text-decoration
letter-spacing
word-spacing
white-space
--The order of describing property-- */
/* ===== footer ===== */

#footer {
	width:100%;
	margin:20px 0 0 0;
	background:url(../images/footer-bg.gif) repeat-x 0 0;
}

#footer .fBOX{
	position:relative;
	width: 950px;
	height:90px;
	margin:0 auto;
}


#footer .fBOX ul{
position: absolute;
top: 0px;
left: 0px;
width: 950px;
list-style-type: none;
}



#footer .fBOX ul li{
display: inline;
}

#footer .fBOX ul li.mr{
	margin-right:243px;
}

#footer .fBOX ul li.enmr{
	margin-right:407px;
}

#footer .fBOX p{
position: absolute;
top: 44px;
left: 0px;
width: 366px;
margin-left: 0;
}



