/* ==================================================== *//* 		Master style sheet for Kaos World				*//* ==================================================== *//* INTERFACE *//* ==================================================== */body 	{ margin:0px 0px 0px 0px;	padding:0px 0px 0px 0px;	background:#000000; 	background-image: url(../gfx/main_bg.jpg);	background-repeat: repeat-y;	background-position: center;	}     /* INTERACTIVES *//* ==================================================== */A:visited	{ color:#666600;	text-decoration:none; }	A:link	{ color:#CC6600;	text-decoration:none; } A:active	{ color:#69C;	text-decoration:none; }	 A:hover	{ color:#69C;	text-decoration:underline; }/* CONTENTS *//* ==================================================== */  #maintable	{ background:#000000 url(../gfx/main_bg.jpg) repeat-y; 	width:1000px;	margin:0px 0px 0px 0px;	padding:0px 0px 0px 0px; }	#sisu{position:absolute;left:50%;top:50%;width:1000px;height:246px;margin-left:-500px;margin-top:-123px;}	/* TEXTS *//* ==================================================== */  .text	{ font-family: verdana,arial,helvetica;	font-size: 10px;	line-height: 16px;	color: #333333;	margin-top:0px;	margin-bottom:0px; 	margin-left:0px;	margin-right:0px; }
