/* CSS Document */
body
{
	margin: 0px;
	padding: 0px;
	
	background: black;
	
	color:#AAA;
	
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
}

body, html
{
	height: 100%;
}

a
{
	color: white;
}

#bodyinner
{
	margin: auto;
	text-align: left;
	width: 940px;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;	
	margin: 0 auto -50px; 
}

#wrapper
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; 
}

.push {
height: 50px;
}

#topmenu
{
	margin: 10px 0px;
	text-align: right;
}

#topmenu a
{
	text-decoration: none;
}

h1
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: white;
	margin: 10px 0px 10px 0px;
}

h2
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ff8700;
	margin: 10px 0px 10px 0px;

}


#inner
{
	margin: 20px 10px;
}

#bottom
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 50px;
}
#bottom2
{
	margin: auto;
	width: 900px;
	background: #1d1d1d;
	
	text-align: left;
	
	padding: 10px 20px;
	font-size: 12px;
	height: 30px;
	
}

#klaiksa
{
	display: block;
	float: right;
	width: 300px;
	text-align: right;
}

#klaiksa a
{
	color: #999;
	text-decoration: none;
}
