/* GENERAL */
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(noise.gif) #c0c0c0 repeat;
}
#site {
	width: 960px;
	height: auto;
	margin: 53px auto;
}

/* BORDER */
#border {
	background: url(border.gif) repeat-x;
	height: 31px;
}
#edge {
	background: url(edge.png) repeat-x;
	height: 12px;
	position: relative;
	top: 19px;
}

/* LOGOTYPE */
#logotype {
	background: url(shadow.png) no-repeat;
	width: 146px;
	height: 146px;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}
#logotype img {
	position: relative;
	top: 5px;
	left: 9px;
}
#logotype h1 {
	display: none;
}

/* CONTENT */
#content {
	background: url(text.gif) no-repeat;
	width: 700px;
	height: 400px;
	position: relative;
	top: 3px;
	left: 187px;
}
#content h3 {
	visibility: hidden;
}
#content a {
	display: block;
	overflow: hidden;
	outline: none;
	visibility: visible;
	text-indent: -9999px;
}

/* BUTTON SPECIFIC */
#content a.kanon {
	background: url(own.gif) top no-repeat;
	width: 61px;
	height: 24px;
	position: relative;
	top: 44px;
	left: 297px;
}
#content a.medical {
	background: url(own.gif) top no-repeat;
	width: 61px;
	height: 24px;
	position: relative;
	top: 4px;
	left: 374px;
}
#content a.tfc {
	background: url(own.gif) top no-repeat;
	width: 61px;
	height: 24px;
	position: relative;
	top: -36px;
	left: 481px;
}
#content a.agency {
	background: url(agency.gif) top no-repeat;
	width: 238px;
	height: 30px;
	position: relative;
	top: -56px;
	left: 380px;
}
#content a.bp {
	background: url(bp.gif) top no-repeat;
	width: 187px;
	height: 24px;
	position: relative;
	top: -82px;
	left: 154px;
}
#content a.logos {
	background: url(logos.gif) top no-repeat;
	width: 132px;
	height: 30px;
	position: relative;
	top: -102px;
	left: 288px;
}
#content a.contact {
	background: url(contact.gif) top no-repeat;
	width: 186px;
	height: 30px;
	position: relative;
	top: -108px;
	left: 356px;
}

/* BUTTON GENERAL */
#content a.kanon:hover, #content a.kanon:focus,
#content a.medical:hover, #content a.medical:focus,
#content a.tfc:hover, #content a.tfc:focus,
#content a.agency:hover, #content a.agency:focus,
#content a.bp:hover, #content a.bp:focus,
#content a.logos:hover, #content a.logos:focus,
#content a.contact:hover, #content a.contact:focus {
	background-position: center;
}
#content a.kanon:active,
#content a.medical:active,
#content a.tfc:active,
#content a.agency:active,
#content a.bp:active,
#content a.logos:active,
#content a.contact:active {
	background-position: bottom;
}

/* DEFINITION */
#definition {
	background: url(definition.gif) no-repeat;
	width: 600px;
	height: 20px;
	position: relative;
	top: -57px;
	left: 0px;
}
#definition dfn {
	display: none;
}
