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

body {
	background: #efd696 url(images/bg.jpg) repeat; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000;
	}
#wrapper {
	width: 820px;
	margin: 0 auto;
	}
#header {
	background: transparent url(images/header.png) no-repeat;
	height: 180px;
	}
#header a {
	display: block;
	width: 751px;
	*width: 751px;
	height: 177px;
	}
#content {
	background: transparent url(images/content_bg.png) no-repeat;
	height: 1018px;
	}
#footer {
	position: relative;
	background: transparent url(images/footer.png) no-repeat;
	height: 86px;
	}
#footer a {
	position: absolute;
	top:45px;
	left: 304px;
	width:165px;
	height: 35px;
	}
#copyright {
	font-size: 10px;
	height: 10px;
	padding: 10px 0;
	}
#copyright a {
	text-decoration: none;
	color: #000;
	}
#content_iframe {
	background-color: #FFF;
	width: 788px;
	*width: 702px;
	margin: 0 auto;
	}
#iframe { *width: 702px; }