html {
	 height: 100%;
	 overflow: hidden;
}

#content {
	 height: 100%;
}

#noflash {
	 height: 100%;
	 background: #ffffff URL(/images/back_html.jpg) no-repeat;
	 padding-left:250px;
	 padding-top: 15px;
	 padding-right: 10px;
	 width:235px;
	margin-top: 30px;
	margin-left: 30px;
}
/* end hide */
body {
	 height: 100%;
	 margin: 0;
	 padding: 0;
	 background: #FFFFFF;
	 font: 76% Arial, sans-serif;
}

.contact
{
	margin-bottom: 30px;
}
.contact p
{
	padding: 0 0;
	margin: 0 0;
	color:#FFFFFF;
}

.contact p a
{
	color: #FFFFFF;
	text-decoration:none;
}

.contact p a:hover
{
	color: #FFFFFF;
	text-decoration:underline;
}


.flash p
{
	color: #674F3E;
	margin: 0 0;
}

.flash #navigation
{
	float:right;
	margin-right: 15px;
}

#navigation a
{
background: url(/images/lys.gif) left top no-repeat;
text-decoration: none;
display:block;
height: 26px;
width: 121px;
line-height: 26px;
}





#navigation a span
{
	display:none;
}

#navigation a:hover 
{
background: url(/images/mork.gif) left top no-repeat;
} 


