html, body, #main {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #main {
	height: auto;
}

body {
	margin: 0;
	background: #ffffff url('header_background.png') top repeat-x;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #232323;
}

#main {
	position: absolute;
	top: 0;
    left: 0;
}

.clearer:after {
	content: "Punkt NET Clear DIV";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#gfooter {
	display:none;
}

/* Header */
#header {
	width:1000px;
	height:148px;
	margin:0px auto;
}

#punktnet_logo {
	width:232px;
	height:56px;
	float:left;
	margin-top:32px;
}

#kaspersky_logo {
	width:192px;
	height:45px;
	float:right;
	margin-top:40px;
}
/* END Header */


/* Footer */
#footer_pkt {
	position: absolute;
	bottom: 0;
	*left:0;
	width: 100%;
	height:50px;
	padding-top:3px;
	background:url('footer_background.png') top no-repeat;
	text-align:center;
	font-family:'Lucida Sans Unicode', Arial, Tahoma, Verdana, sans-serif;
	color:#ffffff;
}

#footer_content {
	width:1000px;
	height:50px;
	margin:0px auto;
	font-family:'Lucida Sans Unicode', Arial, Tahoma, Verdana, sans-serif;
}

#footer_content td {
	font-family:'Lucida Sans Unicode', Arial, Tahoma, Verdana, sans-serif;
}

#footer_content a {
	font-family: 'Lucida Sans Unicode', Arial, Tahoma, sans-serif;
	text-decoration:none;
	color:#ffffff;
	margin-left:2px;
}

#footer_content a:hover {
	text-decoration:none;
	color:#ffffff;
	background:#084d44;
	margin-left:2px;
}

/* END Footer */

/* Main Menu */
#main_menu {
	width:1000px;
	height:28px;
	margin:0px auto;
	text-align:center;
	font-family: 'Lucida Sans Unicode', Arial, Tahoma, sans-serif;
	margin-top:-27px;
}
#main_menu ul {
	list-style-type: none;
	display:inline;
	margin:0px auto;
	padding:0px;
}
#main_menu ul li {
	float:left;
	padding: 5px 12px;
	margin:0px 1px;
	background:#0a6055;
}
#main_menu ul li:hover {
	float:left;
	padding: 5px 12px;
	margin:0px 1px;
	background:#084d44;
}
#main_menu ul li:hover a {
	color:#ffffff;
}
#main_menu ul li.on {
	float:left;
	padding: 5px 12px;
	margin:0px 1px;
	background:#c81400;
	position:static;
}
#main_menu ul li a.on {
	color:#ffffff;
	text-decoration:none;
}
#main_menu ul li a {
	color:#a9c3c0;
	color:#ffffff;
	text-decoration:none;
}
/* END Main Menu */

#content {
	margin-top:15px;
	margin-bottom:45px;
}


