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

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

/*-------------------------*/
/*/ ***COLOUR PALETTE*** /*/
/*-----------------------*/
/*
/*--------------------*/
	
	html, body {
       
 }

	body { 
		font-family:JuraBook, Helvetica, sans-serif;
		font-size:100.01%;
		margin: 0;
		padding: 0;
		line-height:145%;
		color: #FFF;
		text-align:center;
		background:url(../img/coming-soon.png) no-repeat top center #FFFFFF;
		
	}

/*----------------------------*/
/*/ *** BEGIN WEB FONTS *** /*/
/*--------------------------*/

@font-face {
    font-family: 'JuraLight';
    src: url('fonts/Jura-Light-webfont.eot');
    src: url('fonts/Jura-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Jura-Light-webfont.woff') format('woff'),
         url('fonts/Jura-Light-webfont.ttf') format('truetype'),
         url('fonts/Jura-Light-webfont.svg#JuraLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'JuraBook';
    src: url('fonts/Jura-Regular-webfont.eot');
    src: url('fonts/Jura-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Jura-Regular-webfont.woff') format('woff'),
         url('fonts/Jura-Regular-webfont.ttf') format('truetype'),
         url('fonts/Jura-Regular-webfont.svg#JuraBook') format('svg');
    font-weight: normal;
    font-style: normal;
}



#container {
		
		/*width:1000px;*/
		margin: 0 auto;
		padding-top:0;
		font-size:.8em;
		overflow:hidden;
	}
	
	#address {
		margin:0 0 0 0;
		padding-top:5px;
		font-size:1.1em;
	}