* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#000;
	color: #999;
	overflow-X: hidden;
	scrollbar-face-color: #000;
	scrollbar-highlight-color: #000;
	scrollbar-shadow-color: #000;
	scrollbar-3dlight-color: #333;
	scrollbar-arrow-color: #333;
	scrollbar-track-color: #000;
}

a:link 		{ color: #999; text-decoration:none }
a:visited 	{ color: #999; text-decoration:none}
a:hover 	{ text-decoration:overline underline }

#center		{
	width: 800px; margin-left:auto; margin-right: auto; table-layout:auto
}

#bildbox { 
	background:none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
}

#table_galleri {
	border:none;
	table-layout:auto;
	margin:auto;
	vertical-align:top;
	text-align:center
}

#fotoborder {
	border: double #999
}

