* { padding: 0; margin: 0; }
:focus { outline: none; }

body {
	background: #efd696 url(images/bg.jpg) repeat-y center; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000;
	}
#wrapper {
	width: 950px;
	margin: 0 auto;
	}
#header {
	background: transparent url(images/header.png) no-repeat;
	height: 164px;
	}
#header a {
	display: block;
	width: 250px;
	*width: 950px;
	height: 164px;
	}
#content {
	background: transparent url(images/content_bg.png) no-repeat;
	height: 1016px;
	}
#footer {
	position: relative;
	background: transparent url(images/footer.png) no-repeat;
	height: 113px;
	}
#footer a {
	position: absolute;
	top: 26px;
	left: 367px;
	width: 212px;
	height: 78px;
	}
#copyright {
	font-size: 10px;
	height: 10px;
	padding: 10px 0;
	}
#copyright a {
	text-decoration: none;
	color: #000;
	}
#content_iframe {
	background-color: #FFF;
	width: 800px;
	margin: 0 auto;
	}