body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:black;
}
a:link{
	color:#82b800;
	text-decoration:none	
}

a:hover{
	color:#82b800;
	text-decoration:underline;		
}
a:visited{
	color:#82b800;
	text-decoration:none;		
}

div.menu {
	width:100%;
	height:32px;
	margin:0px;
	
	background-image:url(/imgs/top_bg.gif);
	background-repeat:repeat-x;
	
	z-index:99;
	top:0px;
	left:0px;
	position: fixed;

}
* html div.menu { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

div.bg {
	background-image:url(/imgs/bg.gif);
	background-repeat:no-repeat;
	background-position:top center;
	/*background-attachment:fixed;*/
	
	width:900px;
	min-height:620px;
	padding:27px 30px;
	margin:0px auto;
}
div.content {
	background-image:url(/imgs/white.gif);
	background-repeat:repeat-y;
	background-position:0px 450px;
	
	width:866px;
	margin:0px auto;
	padding:17px 17px 0px 17px;
}

div.top {
	height:246px;
	margin:0px auto;
	
	background-image:url(/imgs/top.png);
	background-repeat:no-repeat;
}

#pageContent {
	margin:17px 17px 0px 17px;
	background-color:white;
}
#pageLoad {
	background-image:url(/imgs/loading.gif);
	background-position:center;
	background-repeat:no-repeat;
	
	height:200px;
}

#numbersLoad {
	background-image:url(/imgs/menuLoading.gif);
	background-position:center;
	background-repeat:no-repeat;
	
	width:16px;
	height:27px;
	
}
#numbersContent a {
	padding-left:5px;
	padding-right:5px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:white;
	text-decoration:none;
}
#numbersContent a:hover, a.pageLinkSelected {
	display:block;
	background-image:url(/imgs/numbersSelected.gif);
	background-repeat:repeat-x;
	
	padding:5px 5px;
	height:17px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#c3ff20;
	text-decoration:none;
}

div.aboutTxt {
	margin-top:8px;
	margin-bottom:17px;
}

td.title {
	font-size:15px;
	font-family:Arial;
	padding-right:25px;
}
td.content {
	font-size:11px;
	font-family:Arial;
}
td.content span {
	color:#999;
}

img {
	border:0px;
}

td.menu {
	background-image:url(/imgs/menu_bg.gif);
	background-repeat:repeat-x;
}


/* Popup vindue layout */
#TB_window h1 {
	font-family:Tahoma, Arial, Verdana;
	font-size:18px;
	margin-bottom:0px;
}
#TB_window p {
	margin:0px;
	font-family:Verdana;
	font-size:11px;
}
div.picture {
	margin-bottom:50px;
}
