/* .......... CSS Data Source .......... */
/* .......... www.alexrbsm.com 2009-2010 .......... */
	
html {height: 100%;}

body {
	background: url(http://alexrbsm.com/relaunch2010/relaunch-background.jpg) top center fixed;
	padding:0px;
	margin-top: 1.88em;
	margin-left: 3.50em;
	margin-right: 3.50em;
	margin-bottom: 1.88em;
	cursor: default;
	font-size: 1.6em;
	color: #5a5b5f;
	text-shadow: 0px 1px 1px #fff;}
    
#relaunch {
	width: 1195px;
	height: auto;
	background: url(http://alexrbsm.com/relaunch2010/relaunch-body.png);
	position:absolute;
    text-align: left;
	text-shadow: 0px 1px 1px #fff;}
	
#thanksto {
	background: url(/images/./thanksto.png);
	width: 900px;
	height: auto;
	position:absolute;
    text-align: left;}

/*  #text {
	padding: 15px;
	text-shadow: 0 1px 2px #111;}
	
	
a:link, a:visited {
	padding: 0.19em 0.33em;
	background-color: #a4d9f2;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 0.19em;
	-moz-border-radius: 0.19em;
	text-shadow: 0 0 0;}
	
a:focus, a:hover, a:active {
	padding: 0.19em 0.33em;
	background-color: #1f2325;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 0.19em;
	-moz-border-radius: 0.19em;
	text-shadow: 0 0 0;}
	
#tooltip{
	position:absolute;
	background:#fff;
	-webkit-border-radius: 0.19em;
	-moz-border-radius: 0.19em;
	padding: 0.19em 0.33em;
	color:#afbec7;
	font-size: 1.0em;
	text-shadow: 0px 2px 2px #fdfefe;} */