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


body {
	background-color: #ffffff;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}

#place {
	background-color: #ffffff;
	margin: auto;
	width: 771px;
	margin-top: 150px;
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

#place2 {
	background-color: #ffffff;
	margin: auto;
	width: 771px;
	margin-top: 50px;
	height:30px;
	font-size: 80%;
}


#holder {
	position:relative;
	height:30px;
	font-weight: bold;
	text-align: center;
	
}


#place3 { position:absolute;
	bottom:0px;
	right:0px;
	}



#t3 { position:absolute;
	bottom:0px;
	left:0px;
	}
	
 a {
	color: #333333;
	background-color:transparent;
	text-decoration: none;
}
 a:hover {
	color: #666666;
	background-color:transparent;
	text-decoration: none;
}

a:active {
border: 0px;
outline: 0px;
}
 
 

