/*  
Created by Guido on 2007-10-12.
Modified by Guido on 2007-12-02.
Copyright (c) 2007 mindstream / go! GmbH. All rights reserved.
*/

* {
	margin: 0;
	padding: 0;
	text-align: left;
	}

body {
	background: url(/img/ms-bg.png) repeat-x;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 70%;
	color: #eee;
	}

#page {
	background: url(/img/mindstream.png) no-repeat;
	width: 478px;
	height: 450px;
	margin: 0px auto auto auto;
	}

#siteID {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #889;
	}

	