    	body {
    		background-color: #333333;
    		font-family: 'Coming Soon', arial, serif;
    		color:#fff
    	}
    	#logo {
    		font-size: 48px;
    		position:absolute;
    		top:100px;
    		right:150px;
    		text-align:right;
    		text-shadow: 0 -2px 2px #a0a0a0;
    	}
    	#logo div {
    		font-size: 24px;
    	}
    	#ref {
    		position: absolute;
    		bottom: 50px;
    		left: 50px;
    		text-align: left;
    	}
    	a {
    		color:#008d6a;
    		font-weight: bold;
    	}
    	a:focus, a:hover, a:active {
    		color:#00ac8d;
    		font-weight: bold;
    	}
