	
	
	/**
	*
	*	general
	* 
	**/
	
	* {
		padding: 0;
		margin: 0;
		border: 0;
		
		font-family: Georgia, sans-serif;
		color: #00b2dc;
		
		text-decoration: none;
		word-spacing: -0.05em;
		text-align: left;
		letter-spacing: 0.1em;
		line-height: 1.2em;
		
		outline: 0;
		list-style: none;
	}
	
	html, body {
		width: 100%;
		height: 100%;
		
		overflow: hidden;
	}
	
	body {
		background: #333;
		font-size: 62.5%;
	}


	/**
	*
	*	content
	* 
	**/
	
	div.content {
		top: 0;
		left: 0;
		margin: 0;
		
		overflow: hidden;
		z-index: 1;
	}
	
	
	
	
	/**
	*
	*	text
	* 
	**/

	div.header {
		position: absolute;
		width: 600px;
		top: 100px;
		left: 40px;
		
		font-size: 4.5em;
		text-transform: uppercase;

		overflow: hidden;
	}
	
	div.address {
		position: absolute;
		top: 170px;
		left: 90px;
		
		font-size: 1.5em;
		text-align: justify;

		overflow: hidden;
	}	
	
	div.footer {
		position: absolute;
		top: 600px;
		left: 90px;
		
		font-size: 1.2em;
		text-align: justify;

		overflow: hidden;
	}
	
	hr#one {
		position: absolute;	
		height:75px;
		width:1px;
		top: 170px;
		left: 75px;
		
		background-color: #fff;
	}
	
	a {
		color: #ff8c00;
	}
	
		