body {
	background-image:url(/image/bg.jpg);
	background-repeat:repeat-x;
	background-color:#656565;
	margin:0;
}

#wrapper {
	text-align:center;
}

#top {
	height:167px;
	width:902px;
}

#site {
	margin-top:20px;
	width:902px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	text-align:left;
}

#img_placeholder {
	margin-top:25px;
	width:520px;
	margin-left:auto;
	margin-right:auto;
}

#img_placeholder .placeholder{
	float:left;
	text-align:center;
}

#img_placeholder .placeholder a{
	text-decoration:none;
	color:#FFF;
	font-family:calibri, tahoma, sans-serif;
	font-weight:bold;
	font-size:16px;
}

img {
	behavior: url('/css/iepngfix.htc');
	border:none;
	width:250px;
	height:99px;
}