* {
	font: normal 95% TrueType;
	background: #000;
	max-width: 100%;
}

/* peruelementit */
html {
	width: 100%;
}

body{ 
	padding: 0;
	margin: 0;
}
	
table
{
	border: 0px;
	width: 50%;
	text-align: left;
	color: white;
}

textarea {
	color: white;
}

input {
	color: white;	
	border: 1px solid white;
}

p {
	color: white;
}

p.pieni {
	font: 80% normal TrueType;
}

h1 {
	font: normal 145% TrueType;
	color: white;
	font-weight: bold;
	background: none;
}

h2 {
	font: normal 110% TrueType;
	color: white;
	font-weight: bold;
	background: none;
}

b {
	font-weight: bold;
}

img {
	border: 0px;
}

a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

a:visited {
	color: gray;
}

a:hover, a:active, a:visited:hover, a:visited:active {
	color: red;
}

a.pieni {
	font: 85% normal TrueType;
}

a.pieni:visited:hover, a.pieni:hover, a.pieni:active {
	color: red;	
}

/* div-elementit */
#container {
	width: 100%;
	height: 90%;
	border: 0px;
/* 	padding: 0 175px 0 110px;   */
	margin: 0; 
	float: center;
	position: relative;
}

#content {
	padding: 7px;
	height: 90%;
	width: 45%;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	min-height: 80%;
	float: left;
}

#top {
	width: 100%;
	padding: 0em;
}

#right {
	float: left;
	width: 24%;
	min-height: 90%;
	padding: 2px;
	margin: 2px;
	font: normal 100%;
	text-align: right;
}

#linkit {
	float: left;
	width: 15%;
	margin: 2px;
	margin-left: 50px;
	height: 90%;
	padding: .1em;
}

#ylakuvat {
	padding-left: 200px;
	height: 285px;
	background: url("http://www.heinolatbc.com/kuvat/muut/tausta_p.jpg");
	background-repeat: repeat-x;	
	max-height: 378px;
	position: relative;
	float: center;
}

#alareuna {
	width: 100%;
	bottom: 0px;
}