@charset "UTF-8";
/* s2010 */


body {
	height:100%;
	margin:0px;
	padding:0px;
	background-image:url(images/bg.png);
	background-color:#120715;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top center;
		font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, Tahoma, sans-serif;
		font-size:12px;
		line-height:18px;
		color:#000;
		text-align:center;	/* Center fix */
	}

a:link, a:visited { text-decoration:underline; color:#000; }
a:hover, a:active { text-decoration:none; color:#000; }

h1 {
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#000;
	display:inline;
	/* original kode
	font-weight:normal;
	font-size:1.417em;
	color:#000;
	text-transform:uppercase;
	display:inline;
	*/
	}

p.right {
	margin:0px;
	text-align:right;
	}

div.clearboth {
	clear:both;
	}

#main {
	position:relative;
	margin:0px auto;
	text-align:left;	/* Center fix */
	width:842px;
	padding:16px;
	z-index:1;
		}