html {height: 100%;}
body {
	height: 100%;
	background-color: #000000;
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: smaller;
	text-align: center;
	}

A:LINK, A:ACTIVE, A:VISITED {
	font-weight: bold;
	color : #FFFFFF;
	}

A:HOVER {	
	color : #DDDDDD;
	text-decoration: underline;
	}	

	
div.Gfooter {
	height: 40px;
	width: 200px;
	text-align: center;
	color : #000;
	background-color: #000000;
	padding-top: 5px;
	}


	
div.HeaderTXT {
	color : #80a9ab;
	width: 956px;
	text-align: center;
}


div.wrapper {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 998px;
	height: 100%;
}

h1 {
	margin-top: 0px; 
	font-size: 25px;
	color : #ecdf68;
	font-weight: bold;
	margin-bottom: 0px; 
	}
p { 
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px;
}

.black_otsikko {
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

.white_otsikko {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.black {
	color: #000;
	font-size: 10px;
	font-weight: bold;	
}

.white {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}


.hidden {
	visibility: hidden;
}

.transparent{
	vertical-align: middle;
	width: 0px;
	height: 14px;
	border: 0px;
}

.blackbg {
background-image: url(ihq_images/black_pattern.jpg);
background-repeat: repeat;
}

.centerbg {
background-image: url(ihq_images/centerloop.jpg);
background-repeat: repeat-y;
width: 81px;
}

.greenbg {
background-image: url(ihq_images/green_pattern.jpg);
background-repeat: repeat;
}

