#fullwrapper {
	position: relative;
	margin: 152px auto 0 auto;
	width: 780px;
	height: 495px;
	background: #FFF url("images/wrapper_bg.gif") no-repeat;
	text-align: left;
}

#header {
	height: 326px;
	padding: 29px 12px 0 42px;
}

#menu {
	width: 780px;
	top: 100%;
	height: 50px;
}

#extra {
	position: absolute;
	bottom: 30px;
	padding-top: 3px;
	padding-left: 20px;
	font-size: 0.8em;
	color: #000;
}

#extra a:link, #extra a:visited, #extra a:active {
	color: #000;
}

#footer {
	padding-top: 3px;
	position: absolute;
	right: 25px;
	bottom: 30px;
	text-align: right;
	font-size: 0.8em;
	color: #B0ACAE;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #B0ACAE;
}

/* Index Page */

p#indextext {
	position: relative;
	height: 34px;
	margin: 0;
	padding: 0;
	text-indent: -3000px;
}

p#indextext span {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 780px;
	height: 100%;
	background: url("images/indextext.gif") 50% 50% no-repeat;
}

h1 {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-indent: -3000px;
	background: url("images/logo.jpg") top right no-repeat;
}