@charset "UTF-8";
/* CSS Document */

body{
background:#FFFFFF;
}

widgets
{
	position:absolute;
	right:3px;
	bottom:3px;
}


a:link    
{
	text-decoration:none;
} 
 
a:hover   
{
 	text-decoration:none;
} 
   
a:active  
{
	text-decoration:none;
} 

a:visited
{
	text-decoration:none;
}

#image_centered
{
	background:#FFFFFF url(../prelude.jpg);
	position:absolute;
	width:800px; 
	height:530px;
	left:50%; 
	top:50%;
	margin-left:-400px;
	margin-top:-265px;
}
