/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html, body {
  height: 100%;
  width: 100%;
}

form {
  margin: 0;
  padding: 0;
}

table {
	background: #000000;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

.keskmine {
	width: 725px;
	background: url("../images/kesmine.jpg") no-repeat;
	height: 459px;
}

.pohi {
	width: 725px;
	background: #000000;
	height: 503px;
}

.vasak {
	height: 100%;
	background: url("../images/vasak.jpg");
}

.parem {
	height: 100%;
	background: url("../images/parem.jpg");
}


