
html {	
	padding: 0;	
	margin: 0;
}

body {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;	
	background-attachment: fixed;	
	background-image: url(img/bg4.jpg);	
	background-repeat: repeat-x;
	background-color: #000;	
	background-position: top center;		
	text-align: center;	
	padding: 0;	
	margin: 0;
	color: #ccc;
}

#container {		
	background-repeat: no-repeat;	
	background-position: top center;	
	width: 760px;
	margin: 0 auto;
	xmargin-top: 150px;
	text-align:left;
	xborder: 1px solid red;
}


#menu {
	position: absolute;
	xborder: 1px solid yellow;
	z-index: 1000;
	top: 129px !important;	
	/*top: 132px;	*/
	
	top: 132px !important;	
	




	
	margin-left: -4px;
	width: 760px;
}

#main {
	position: absolute;	
	clear: left;
	xborder: 1px solid yellow;
	height: 290px;
	top: 156px;
	width: 760px;
	overflow: hidden;	
	z-index: 20;	
}

.pad {	
	xpadding: 10px;	
	xpadding-right: 20px;	
	xmargin-right: 209px;		
	xborder: 1px solid red;	
}

#mainleft {	
	padding: 5px;
	width: 410px;
	float:lefT;
	xborder: 1px solid yellow;	
	font-size: 12px;
	line-height: 110%;
}


#mainright {	
	width: 326px;	
	float: right;	
	xborder: 1px solid blue;
}




#mainleftseen {	
	padding: 5px;
	width: 310px;
	float:lefT;
	xborder: 1px solid yellow;	
	font-size: 10px;
}


#mainrightseen {	
	xwidth: 420px;	
	xfloat: right;	
	xborder: 1px solid blue;
	text-align: right;
}


h1 {	
	font-size: 14px;
	font-weight: normal;
}


#bot {
	position: absolute;
	xborder: 1px solid yellow;
	text-align: right;
	width: 760px;
	top: 450px;
}


#botleft {
	position: absolute;
	xborder: 1px solid yellow;
	text-align: left;
	width: 760px;
	top: 450px;
}

#mini {
	xfloat: left;
	xwidth: 400px;
}




a:link {	
	color: #ffffff;	
	xfont-weight: bold;
	text-decoration: none;
}

a:visited {	
	text-decoration: none;	
	color: #ffffff;
}

a:hover {	
	text-decoration: none;	color: #fff;
}

a:active {
	text-decoration: none;
	color: #ffffff;
}
	
.center {	
	background-attachment: fixed;	
	background-image: url(images/prickar_center.gif);	
	background-repeat: repeat-y;
}
	
#bt_container {
	width: 100%;
	height: 1000px;
	background-color: #000;
	position: absolute;
	text-align: center;	
	top: 0;	
	left: 0;	
	z-index: 2000;	
	padding-top: 290px;
	color: #999;
}

img {
	border: 0;
}


input {
	background-color: #999;
	border: 1px solid #666;
}


#madeby {
	text-align: left;
	xposition:fixed; 
	xbottom:0;
	xborder: 1px solid red;
	width: 760px;
	color: #777;
	font-size: 10px;
	padding-bottom: 8px;
	
	 position:fixed;
  _position:absolute;
  bottom:0;
  _top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
  


}

#madeby a {
	color: #777;
}








