@charset "utf-8";
/* CSS Document */
html, body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
}
html {
	height:100%;
}
body {
		font-family: 'MyriadProRegular';
	color:#333333;
	font-size:13px;
	background:url(../images/body_bg.jpg) repeat-x;
}
.wrapper{  width:1400px; margin: 0 auto}
.container{ width:1400px; margin: 0 auto}

