body{
		margin:0px;
		background-image: url("semi_transparent1.png");
    }
    .book-cover
    {
    	align: center;
    }
    .header-cont {
	    width:100%;
	    height: 10%;
	    background: #200000;
	    position:fixed;
	    top:0px;
	    padding: 2% 0 0 2%;
    }
    .header-underline {
	    width:100%;
	    height: 1%;
	    background:#000000;
	    position:fixed;
	    margin: 7% 0 0 0%;
    }
 
    a.nodec{
    	text-decoration: none;
    	color: #ffffff;
    }
    
    @font-face {
		font-family: AltheaRegular;
		src: url(fonts/Althea-Regular.ttf);
    }
    .headtext{
		font-family: AltheaRegular;
    	color: #ffffff;
    	font-size: 170%;
    } 
    .headtextsecondary{
    	color: #ffffff;
    	font-size: 80%;
    	padding: 0 0 0 3%;
    } 
    .content {
		border: 2px solid #330033;
		border-radius: 2%;
		border-width: 6px;
		margin: 3% 7% 0 7%;
		padding-bottom: 17%;
		background: #333366;
	} 
	a.content-text-link
	{
			color:#66CCFF;
			text-decoration: none;
	}
	
	.content-text
	{
		margin: 3% 12% 0 12%;
		color: #ffffff;
	}
	.button {
		transition: background-color 0.8s ease;
		border: 2px solid #330033;
		border-width: 4px;
		margin: 8% auto 0 18%;
		align: center;
		height: 45px;
		width: 140px;
		float: left;
		
		background-color: #333366;
	}
	div.button:hover {
		background-color: 327e93;
	}	
	.button-text
	{
		margin: 6% auto auto auto;
		text-align: center;
		color: #ffffff;
	}
	.dummy
	{
		margin: 8% 7% 0 12%;
		height: 10%;
	}
	.dummy2
	{
		margin: 8% 7% 0 12%;
		height: 7%;
	}
	footer
	{
		text-align: center;
		margin: 5% auto auto auto;
		color: #669900;
		font-size: 13px;
		background-color: #000000;
	}
	figure.leftfloater
	{
		float: left;
		text-align: center
		margin: 0 3% 0 0;
		color: #996666;
	}
	div.emphasis
	{
		color:#33CC33;
		font-weight: bold;
	}
	p.clearfloat
	{
		clear: both;
	}
	ul.greentick {
		margin: 3% 0 0 0;
		list-style-image: url('greentick.png');
	}
	ul.bluetick {
		margin: 3% 0 0 0;
		list-style-image: url('bluetick.png');
	}
	div.email
	{
		color: #ffffff;
		display:inline;
	}
