/*---------------------------------------------------------------------------*/
/* ELEMENTS */
/*---------------------------------------------------------------------------*/
img
{
	border: 0px;
}

body
{
  height: 100%; 
  background: url('background.gif'); 
  margin: 0px;
}


/*---------------------------------------------------------------------------*/
/* CLASSES */
/*---------------------------------------------------------------------------*/
.copyright
{
	color: white; 
	font-family: Tahoma, Arial; 
	font-size: 10px; 
	font-weight: bold; 
	text-align: right;
}

.text
{
	color: white; 
	font-family: Arial; 
	font-size: 14px; 
	font-weight: bold; 
	text-align: left;
}

.smalltext
{
	color: white; 
	font-family: Arial; 
	font-size: 11px; 
	font-weight: bold; 
	text-align: justify;
}

.thumb
{
  border: 2px solid #0093c4;
}
