/**
 * +----------------------------------------------------------------------+
 * | CSS version 2                                                        |
 * +----------------------------------------------------------------------+
 * | Copyright (c) spielraum GmbH                                         |
 * +----------------------------------------------------------------------+
 * | Master CSS-file k1x.com                                              |
 * +----------------------------------------------------------------------+
 * | Author: Original Author <sfrede@xapplied.de>                         |
 * |            Stefan Frede <sfrede@xapplied.de>                         |
 * +----------------------------------------------------------------------+
 */

/**
 * common
 */

* {
     margin: 0px;
     padding: 0px;
}

HTML, BODY {
    background-color: #000;
	background: url(images/bg.gif);
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    height: 100%;
	line-height: 14px;
	overflow: hidden;
}

#index {
	float: right;
	height: 100%;
	margin-left: -900px;
	width: 1800px;
}
