html, body { height: 100%; overflow: auto; }

.body
{
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
	background: right #000000 url(../background.jpg) no-repeat; 
}


.first {
	width: 636px;
	height: 342px;
	margin:0;
	padding:0;	
}	
	
.second {
	color			: #ffffff;
	width			: 400px;
	height			: 100px;
  	font-family     : Verdana, sans-serif;
	font-weight		: normal;
	vertical-align  : top;
  	font-size       : 11px;
  	line-height     : 16px;
  	padding			: 4px 0px 4px 4px;
  	margin			: 0;	
}	

.third {
	color			: #ffffff;
	width			: 236px;
	height			: 100px;
  	font-family     : Verdana, sans-serif;
  	font-size       : 12px;
  	line-height     : 16px;
	text-align	   	: right;
	vertical-align  : top;
  	padding			: 4px 2px 4px 0px;
  	margin			: 0;	
}	


#box1 {
	position		: absolute;
	bottom			: 300px;
	left			: 370px;
	width			: 280px;
	height			: 75px;
	background		: url(../logo.png) no-repeat; 
}

#box2 {
	position		: absolute;
	bottom			: 320px;
	left			: 650px;
	width			: 15px;
	height			: 25px;
}

#box3 {
	position		: absolute;
	bottom			: 10px;
	left			: 10px;
	color			: #cccccc;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size       : 10px;
}

#box4 {
	position		: absolute;
	top				: 5px;
	left			: 5px;
	width			: 498px;
	height			: 512px;
	background		: url(../Logobig.jpg) no-repeat;
}

/* /////////////////////////////////////////////////////////////////////////// */




/* /////////////////////////////////////////////////////////////////////////// */


a:link {
  font-size        : 10px;
  color            : #cccccc;
  text-decoration  : none;
  font-weight      : normal;
}
a:hover {
  font-size        : 10px;
  color            : #ff0000;
  text-decoration  : none;
  font-weight      : normal;
  text-decoration  : underline;
}

a:visited{
  font-size        : 10px;
  color            : #666666;
  text-decoration  : none;
  font-weight      : normal;
}

