body 
{ 
	background-color: rgb(0, 0, 0);
	background-image: url(/images/nebu-big-altname-dk.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Arial,Helvetica,sans-serif;
	/*left: 50%;*/
	text-align:center;
	/*width: 1000px;*/
	/*margin-left: -500px;*/
}

#header {
	background-color: rgb(0, 0, 0);
	background-image: url(/images/nebuname_large.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	height:200px;
/*	left: 50%;
	width: 1000px;
	height:200px;
	margin-left: -500px;*/
}

#header a {
}

#main {
	/*position: relative;
	top: 200px;*/
}

#main, #header
{ 
/*	left: 50%;
	width: 1000px;
	margin-left: -500px;*/
	
	margin: 0 auto;
	width: 1000px;

}

#linktabs {
	top: 0;
	text-align: right;
	position: absolute;
	margin-top: 20px;
	right:34px;
	width: 500px;
}

#linktabs > div {
	position:relative;
	/*border: 1px solid rgb(204, 153, 51);*/
	/*width: 20%;*/
	/*float:left;*/
	text-align: right;
}

#linktabs a {
	font-size: 10pt;
	text-decoration: none;	
}

#linktabs > div.current {
		font-size: 10pt;
		color:#FFFFCC;
}

#linktabs a:hover {
	color:#000066;
}

a { 
	color: rgb(255, 204, 51);
}

#copyright {
	margin-top: 50px;
	text-align: center;
	color: rgb(255, 204, 51);
	font-size: 8px;
}
