html {
  height: 100%;
}

body  {
	color: White;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f9a51b;
	background-image: url("../images/bg-index.jpg");
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
}

p {
	font-size: 0.8em;
}

p.small {
	font-size: 0.7em;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}

table {
	border: 0px;
	font-size: 0.9em;
	padding-top: 20px;
	text-align: justify;
	
}

td {
	text-align: center;
	vertical-align: middle;
}

a img {
	border: 0;
}

A:link {
	text-decoration: none;
	color: white;
	font-weight: bold; 
}

A:hover {
	text-decoration: none;
	color: black;
	font-weight: bold; 
}

A:active {
	text-decoration: none;
	color: black;
	font-weight: bold; 
}

A:visited {
	text-decoration: none;
	color: white;
	font-weight: bold; 
}

.introdiv {
	height: 80%;
	overflow: hidden;
}

.container {
	height: 100%;
}
