body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	background: url(i/bgd.png);
	background-repeat:no-repeat;
	background-position:center; 
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #FFFFFF;
	margin-top: 150px;
	margin-bottom: 20px;
	margin-left: 0px; 
	margin-right: 0px;	
	height: 100%;
}

#up {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	position: absolute;
	letter-spacing: 1px;
	left: 25px;
	width: 50%;
	top: 5px;
	height: 25px;
	margin-top: 8px;
	margin-bottom: 8px; 
}

#lang {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	position: absolute;
	letter-spacing: 1px;
	right: 25px;
	width: 50%;
	top: 5px;
	height: 25px;
	margin-top: 8px;
	margin-bottom: 8px; 
}

#krotti {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	position: absolute;
	letter-spacing: 1px;
	width: 100%;
	bottom: 0px;
	height: 70%;
	margin-top: 8px;
	margin-bottom: 8px; 
	color: #000000;
}

#info {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	position: absolute;
	letter-spacing: 1px;
	width: 97%;
	bottom: 0px;
	height: 30px;
	margin-bottom: 10px;
	margin-left: 15px;
	color: #000000;	
}

table, tbody, tfoot, th,  tr, td, blockquote, form, dl, dd, dt {
	background-color: #7FDF01;
}

A:LINK, A:VISITED {
	font-size: 13px;
	color: #000000;
	letter-spacing: 1px;
	border-bottom: none;
	text-decoration: none;
}

A:ACTIVE {
	font-size: 13px;
	color: #FFFFFF;
	letter-spacing: 1px;
	border-bottom: none;
	text-decoration: none;
}

A:HOVER {
	font-size: 13px;
	color: #FFFFFF;
	letter-spacing: 1px;
	border-bottom: none;
	text-decoration: none;
}