/*******************************************************************************
		Coded by GS on 05.12.2006, True Vision
*******************************************************************************/
* { margin: 0; padding: 0; }
html, body { height: 100%; }
body {
	background: url(../images/global/bg.gif) 0 0 repeat;
	color: #FFFFFF;
	font-size: 69%;
	font-family: arial,tahoma,verdana,sans-serif;
}
img { border: none; }
hr  { display: none; }

a { color: #FFFFFF; }
a:hover { color: #FFB997; }


/*---------------------------------- lists -----------------------------------*/
ul li {
	background: url(../images/global/mrk.gif) 0 0.4em no-repeat;
	margin-bottom: 12px; padding-left: 11px;
	list-style: none;
}

/*--------------------------------- structure --------------------------------*/
#layout { height: 100%; }
div.layout-1 { background: url(../images/global/splash/love.jpg) 50% 50% no-repeat; }
div.layout-2 { background: url(../images/global/splash/business.jpg) 50% 50% no-repeat; }
div.layout-3 { background: url(../images/global/splash/friends.jpg) 50% 50% no-repeat; }

#logo {
	position: absolute; top: 50%; left: 50%;
	margin: -200px 0 0 -295px;
}
#menu {
	position: absolute; top: 50%; left: 50%;
	margin: -195px 0 0 -153px;
}
#motto {
	position: absolute; top: 50%; left: 50%;
	margin: 210px 0 0 17px;
}



