body {
	background-image: url('wordsbg.jpg');
	background-attachment: fixed;
}
div#container {
	margin: 0px auto;
}
div#header {
	width: 100%;
	white-space: nowrap;
	text-align: center;
}
div#header a {
	padding: 1em;
}
div#header a img, div#header a:visited img {
	border: 1px solid #000;
}
div#header a:hover img {
	border: 1px solid #fff;
}
div#mother {
	text-align: center;
	padding: 18px;
	margin-bottom: 8px
}
div#topnav {
	width: 100%;
	white-space: nowrap;
	text-align: center;
	height: 52px;
}
a#header_vision img {
	background: url('/graphics/vision_off.gif');
	margin: 0px 35px;
}

a#header_image img {
	background: url('/graphics/images_off.gif');
	margin: 0px 35px;
}
a#header_words img {
	background: url('/graphics/words_off.gif');
	margin: 0px 35px;
}
a#header_identity img {
	background: url('/graphics/identity_off.gif');
	margin: 0px 35px;
}
span#left_buttons {
	float:left;
	padding-left: 80px;
	width: 250px;
	padding-top: 30px;
}
span#left_buttons a img {
	border: 1px solid #000
}
span#left_buttons a:hover img{
	border: 1px solid #fff
}
span#right_buttons {
	float: left;
	width: 250px;
	margin-left: 180px;
	margin-top: 30px;
}
span#right_buttons a img {
	border: 1px solid #000
}
span#right_buttons a:hover img{
	border: 1px solid #fff
}
div#sidetitle {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 70px;
	height: 100%;
	background-color: #000;
	border-left: 1px solid #06f;
}
