html { 
/*	height: 100%; */
	height: 1000px; 
	margin-bottom: 1px;
}

body {
	font: 13px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: black;
/*	background-color: #7D764A;*/
	background-color: #C9C5B4;
}

img.text {
	margin: 15px;
/*	border: 4px solid #7D764A;*/
/*	-webkit-box-shadow:2px 4px 4px #333;*/
	-webkit-box-shadow:2px 4px 10px #333;
}

div.all {
	position: relative;
	width: 700px;
	margin: 40px auto;
}

div.title {
	position: relative;
	padding: 7.5px;
}

.logo {
	position:absolute; 
	top: -20px; 
	right: 25px;
	width: 120px;
	border:none;
}

.name {
	position:absolute; 
	top: -10px; 
	right: 10px;
	font-size: 22px;
	color: #10335A;
}

.ecco1 {
	position:absolute; 
	top: 2px; 
	right: 145px;
	font-size: 16px;
	color: #10335A;
}

.ecco2 {
	position:absolute; 
	top: 22px; 
	right: 145px;
	font-size: 16px;
	color: #10335A;
}

.logoindex {
	position:absolute; 
	top: -20px; 
	right: 20px;
	width: 120px;
	border:none;
}

.nameindex {
	position:absolute; 
	top: -5px; 
	right: -18px;
	padding-left: 350px;
	font-size: 28px;
	color: black;
}

.button {
	border: none; 
	position:absolute; 
	left: -15px; 
	top: -13px;
}

div.text {
	position: relative;
	padding: 7.5px;
}

div.holder {
	min-height:480px;
}

.table {
	font-size: 19px; 
	width: 350px;
	height: 45px;
	text-align: center;
}

.transparent {
	background-image: url(../docs/bit_black2.png);
	position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
	-webkit-border-radius: 10px;
	border: 1px solid #999;
	-webkit-box-shadow:2px 4px 10px #666;
}

.transparent2 {
	background-image: url(../docs/bit_black2.png);
	position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
	-webkit-border-radius: 10px;
/*	border: 1px solid #;*/
	-webkit-box-shadow:2px 4px 10px #666;
}

.insidepanelheader {
    position: relative; 
    top: 5px;
	margin-bottom: 15px; 
	font-size: 18px;
    margin-left: 0px;
	color: black;
    background-color: none;
}

.panelheader {
    position: relative; 
    top: 10px;
	margin-bottom: 15px; 
	font-size: 18px;
    margin-left: 20px;
	color: #10335A;
    background-color: none;
}

a { 
	color: #10335A; 
	text-decoration: none;
}

a:visited {
	color: #10335A; 
}

a:hover { 
	color: white; 
	background-color: none;
}
