body, html {
	margin:0px;
	padding:0px;
	background-image: url(images/bkg.jpg);
	background-color: #e3e3e3;
	background-repeat: repeat-x;
	background-position:top center;
	width: 100%;
	min-width: 1000px;
}
#container {
	height: 700px;
	width:880px;
	margin: auto;
	background-image: url(img/top.jpg);
	background-color: f2f2f2;
	background-position: top;
	background-repeat:no-repeat;
}
#header {
	height: 140px;
	width:880px;
	position: relative;
}
#logo {
	height: 61px;
	width:197px;
	background-image: url(img/logo.png);
	margin-top: 35px;
	margin-left: 25px;
	float: left;
}
#phone {
	height: 50px;
	width:190px;
	margin-top: 35px;
	margin-right: 40px;
	float: right;
}
#cod {
	height: 50px;
	width:55px;
	float: left;
}
#menu {
	height: 52px;
	width:880px;
	margin-top: -35px;
	position: relative;
}
#container2 {
	height: auto;
	width:880px;
	margin: auto;
	background-image: url(img/bottom.jpg);
	background-color: f2f2f2;
	background-position: bottom;
	background-repeat:no-repeat;
	position: relative;
}
#content_top {
	height: 80px;
	width:880px;
	background-image: url(img/top.png);
	background-position: 0px -15px;
}
#content_center {
	height: auto;
	width:880px;
	background-image: url(img/center.png);
	position: relative;
	display: table;
}
#content_down {
	height: 80px;
	width:880px;
	background-image: url(img/down.png);
}
#footer {
	height: 100px;
	width:880px;
	bottom: 0px;
	position: relative;
}
#f_l {
	height: 50px;
	width:350px;
	float: left;
	padding: 20px;
}
#f_r {
	height: 50px;
	width:300px;
	float: right;
	padding: 20px;
}
#live {
	float: left;
}
#live2 {
	float: left;
	margin-left: 10px;
	color: #999999;
font-size: 13px;
font-weight: 300;
}
h1 {
padding-top: 42px;
padding-left: 50px;
font-family: "MyriadProRegular";
font-size: 23px;
color: #666666;
}
.content_text {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #666666;
padding-left: 30px;
padding-right: 30px;
text-align:justify;
}
a.live2 {
color: #999999;
}
a.but1  {
	height: 52px;
	width:191px;
	background-image: url(img/but1.png);
	display: block;
	float: left;
	margin-left: 100px;
}
a.but1:hover  {
	background-image: url(img/but1a.png);
}
a.but2  {
	height: 52px;
	width:191px;
	background-image: url(img/but2.png);
	display: block;
	float: left;
	margin-left: 100px;
}
a.but2:hover  {
	background-image: url(img/but2a.png);
}
.phone {
font-family: "MyriadProRegular";
font-size: 25px;
color: #666666;
line-height: 25px;
}
.cod {
font-family: "MyriadProRegular";
font-size: 15px;
color: #666666;
margin-left: 15px;
}