﻿body 
{
	margin: 0px auto;
	padding: 0px;
	font-family: Arial;
	width: 1024px;
	background: url(../images/index_bg.jpg) top center no-repeat;
}
.body_inner
{
	background: #ffffff url(../images/inner_bg.jpg) top center no-repeat !important;
}
.body_inner_template
{
	background: #ffffff url(../images/inner_bgg.jpg) top center no-repeat !important;
}
/* Navigation */
.left
{
	float:left;	
}
.right
{
	float:right;	
}
.clear
{
	clear:both;
	float:none;
	overflow:hidden;
	line-height:0px;
	font-size:0px;	
}
/* //Navigation */

/* footer */
.footer_envelope_index
{
	background: url(../images/envelope_index.gif) no-repeat;
	width: 63px;
	height: 75px;
}
.footer_iphone_index
{
	background: url(../images/iphone_index.jpg) no-repeat;
	width: 70px;
	height: 84px;
}
.copyright
{
	padding-top: 30px;
	font-family:Georgia;
	font-size:11px; 
	font-weight: normal;
	color: #8d7102; 
	text-align: right;
	padding-right: 50px;
}
/* //footer */