* {

	margin: 0px;
	padding: 0px;

}
 
html {

	background: #e9e9e9 url(../images/intro.jpg) top right no-repeat; 
	text-align: center;
	width: 100%;
	height: 100%;

}

body {

	font-size: 11px;
	line-height: 18px;
	color: #858585; 
	font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
	margin: 0px auto;
	text-align: left;
	width: 100%;
	height: 100%;

}

img {

	border: none;

}

a, a:hover {

	color: #4e4e4e;
	text-decoration: none;
	font-weight: bold;
	
	position: absolute;
	top: 508px;
	right: 347px;

}

#line {

	width: 100%;
	height: 61px;
	background: transparent;  
	text-align: left;
	
	position: absolute;
	top: 541px;
	left: 0px;

}

#line #transline {

	width: 100%;
	height: 61px;
	overflow: hidden;
	
	position: absolute;
	top: 0px;
	left: 0px;

}

#line #transline img {

	width: 100%;
	height: 61px;
	z-index: 0;
	position: absolute;
	top: 0px;
	left: 0px;	

}

#line #transline p {
         
         width: 100%;
	height: 61px;

	z-index: 1;
	position: absolute;
	top: 0px;
	right: 525px;

	text-align: right;
	line-height: 65px;

}
























