@font-face {
	font-family: 'raleway_thin';
	src: url('raleway_thin.eot');
	src: local('☺'), url('raleway_thin.ttf') format('truetype'), url('raleway_thin.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}


		body {font-family: Helvetica, Arial, sans-serif; color:#333;}
		.raleway_thin {font-weight: normal; font-style: normal; font-family: 'raleway_thin', sans-serif;}
		
		p {
			font-family: Helvetica, Arial, sans-serif;
			font-weight: normal;
			font-style: normal;
			font-size: 88px;

		}
		#welcome {
			display: block;
			position: absolute;
			top: 20%;
			left: 50%;
			margin-left: -480px;
		    color: #999;
			width: 960px;
			overflow: hidden;
			line-height: 500%;
			
		}
		#infobox  {
			color:#fff;
			font-family: Garamond, serif;
			display: block;
			position: fixed;
			right: 7px;
			bottom: 8px;
			width: 450px;
			font-weight: normal;
			font-style: normal;
			font-size: 12px;
		}

		#infobox  a {
			color: #fff;
			font-weight: bold;
		}
		
		#infobox:hover  {
			color:#333;
		}
		
		#infobox:hover  a {
			color:#333;
		}

		#infobox_i {
			color:#fff;
			font-family: Garamond, serif;
			display: block;
			position: fixed;
			right: 7px;
			bottom: 8px;
			width: 10px;
			font-weight: bold;
			font-style: italic;
			font-size: 12px;
		}		
		
		#infobox_dot {
			font-family: Garamond, serif;
			display: block;
			position: fixed;
			right: 40px;
			bottom: -75px;
			width: 20px;
			font-weight: normal;
			font-style: normal;
			font-size: 150px;
		}
		
		
		a {
		text-decoration: none;
		color: #777;
		}
		
		a:hover {
		color: #3333FF;
		}

