 html {
	height: 100%;
}

 body {
	background-repeat: repeat-x;
	background-color: #663300;
	background-image: url(../images/backgroundBody.gif);
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align:center;
}

.tekst {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 10px;
 	color: #FFCC66;
}

.tableContents {
	width: 100%;
	padding: 0px;
}

#background {
	background-repeat: repeat-y;
	background-color: #663300;
	background-image: url(../images/startBackgroundDiv.gif);
	margin: auto;
	padding: 0px;
	height: 100%;
	min-height: 800px;
	width: 460px;
	position: relative;
	z-index: 0;
}

#gradients{
	background-image: url(../images/startbackgroundGradient.gif);
	background-repeat: no-repeat;
	height: 600px;
	width: 460px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#contents{
	position: absolute;
	width: 400px;
	height: 100%;
	min-height: 800px;
	z-index: 2;
	left: 30px;
	top: 0px;
}

.tdMenuSpace{
	height: 10px;
}

.photos{
	border: none;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-transform: uppercase;
	font-weight: bold;
}
