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

body {
}

#coming-soon {
	margin:auto;
	background:url(images/jDS-Coming-Soon.png) no-repeat center;
	height:800px;
	width:960px;
}

#info {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:32px;
	position:relative;
	top:500px;
	margin:auto;
}

#info a{
	font-family:'KenyanCoffeeExtraLight';
	text-decoration:none;
	color:#CCC;
}

#info a:hover{
	color:#666;
}

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

}
