@font-face {
	font-family: 'MyriadPro-Regular';
	src: url('../fonts/myriadproregular.eot');
	src: url('../fonts/myriadproregular.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/myriadproregular.woff') format('woff'),
			 url('../fonts/myriadproregular.ttf') format('truetype'),
			 url('../fonts/myriadproregular.svg#myriadproregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
	font-family: 'MyriadPro-Regular';
	padding:0;
	margin:0;
	font-size:14px;
	background:url(../images/bg.jpg) repeat-x;	
}

#wrapper{
	width:990px;
	margin:0 auto;	
}
#header{
	float:left;
	width:100%;
	border:0px solid;
	height:100px;
}