html {
	margin: auto;
	padding: 0px;
	height: 100%;
	width: 100%;
}

body {
	margin: auto;
	padding: 0px;
	height: 100%;
	width: 100%;
	background: #ebebeb;
	font-size: 12px;
	line-height: 16px;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	position: absolute;
}

img {
	border: none;
}

a:link {
	border: none;
	text-decoration: none;
}

a:visited {
	border: none;
	text-decoration: none;
}

a:hover {
	border: none;
	text-decoration: none;
}

a:active {
	border: none;
	text-decoration: none;
}

font.big {
	font-size: 20px;
	line-height: 22px;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}