.rhealitycheck 
{

font-family: "Californian FB", "Calisto MT", "Sylfaen";
font-size: 12px;
font-weight: 100;
color: #ffffff;
letter-spacing: 1px;
word-spacing: 3px;

}
 
{

font-family: "Californian FB", "Calisto MT", "Sylfaen";
font-size: 12px;
font-weight: 100;
color: #ffffff;
letter-spacing: 1px;
word-spacing: 3px;

}

.button
{

font-family: "Californian FB", "Calisto MT", "Sylfaen";
font-size: 12px;
font-weight: 100;
color: #000000;
letter-spacing: 1px;
word-spacing: 3px;
margin-top: 0;

}

html 
{

height:100%;

}

body
{

height:100%;
margin:0;
padding:0;

}

button
{

background-color:#FFFFFF;
position:absolute;
left: 50%;
top: 50%;
width: 400px;
height: 26px;
margin-top: -13px; /* half of the height */
margin-left: -200px; /* half of the width */

}

/* prepares the background image to full capacity of the viewing area */
#bg 
{

position: fixed; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%;
z-index:0;

}


/* places the content ontop of the background image */
#contain 
{

position: relative;
top: 10px;
z-index: 1;
width: 1025px;

}

#content 
{

position: relative;
z-index: 1;
width: 1025px;

}

	a:link {color: #999999; text-decoration: none; }
	a:active {color: #66FF00; text-decoration: none; }
	a:visited {color: #33FF00; text-decoration: none; }
	a:hover {color: #0066CC; text-decoration: underline; }

