* {
	margin:0;
	border:0;
	padding:0;
}

	html, body{
	width:100%;
	height: 100%;
	background-color:transparent;
	color:#000;
	overflow:hidden;
	text-align:center;
}

	#container, #bgk{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:0;
}

#box {
	color:#000;
	background-color:transparent;
	z-index:1;
	overflow:auto;
}

* html #box{
	position: relative;
	width:100%;
	height:100%;
}

	html>body #box{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	}
#content{
	width: 600px;
	margin: 50px 0 0 auto;
	text-align: left;
	z-index: 5;
	color: #0a0a0a;
	/*background-color: #f5f5f5;
	opacity: 0.5;*/
}
.c{
	text-align:left;
}
@font-face {
    font-family: 'KingthingsExeterRegular';
    src: url('Kingthings_Exeter-webfont.eot');
    src: url('Kingthings_Exeter-webfont.eot?#iefix') format('embedded-opentype'),
         url('Kingthings_Exeter-webfont.woff') format('woff'),
         url('Kingthings_Exeter-webfont.ttf') format('truetype'),
         url('Kingthings_Exeter-webfont.svg#KingthingsExeterRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
h1{
	/*background-color: #cc3333;*/
	color: #ffffff;
	padding:5px;
	margin-top: 10px;
	text-align: left;
	
	/*font-family: 'Doppio One', sans-serif;*/
	font-size:42px;
	/*font: normal normal 600 32px/150% georgia, "times new toman", times, monospace;*/
}
h2{
	background-color: #8d227d;
	color: #ffffff;
	padding:10px;
	margin-top: 10px;
	text-align: left;
	
	/*font-family: 'Doppio One', sans-serif;*/
	font-size:24px;
	/*font: normal normal 600 32px/150% georgia, "times new toman", times, monospace;*/
}
h3{
	background-color: #8d227d;
	color: #ffffff;
	padding:10px;
	margin-top: 10px;
	text-align: left;
	font-size:10px;
	/*font: normal normal 600 24px;*/
}
h4{
	/*background-color: #8d227d;*/
	color: #ffffff;
	padding:10px;
	margin-top: 10px;
	text-align: left;
	font-size:10px;

}

img.w3c{
	width:88px;
	height:31px;
	margin: 3px 0;
}
a.w3c, a.w3c:link, a.w3c:visited, a.w3c:hover, a.w3c:active, a.w3c:focus{
	color: #fffff0;
	background-color: transparent;
}
a {
	text-decoration: none;
	outline: 0;
	color: #ffffff;
}
#content p{
	background-color: #8d227d;
	color: #f5f5f5;
	margin: 12px 0;
	padding: 10px;
	text-align: left;
	/*font-family: 'Maven Pro', sans-serif;*/
	/*font-family: 'Doppio One', sans-serif;*/
	font-size:16px;
	/*font: normal normal 600 10px;*/
}

ul{
	list-style-type: none;
}

li{
	height:25px;
	line-height:25px;
	text-align:left;
}

ul li a, ul li a:link, ul li a:visited{
	background-color: #0a0a0a;
	color: #f5f5f5;
	padding: 0 20px;
	height: 23px;
	line-height:23px;
}

ul li a:hover, ul li a:active, ul li a:focus{
	color: #0a0a0a;
	background-color: #f5f5f5;
	border:1px solid #f00;
}
#footer {
position:absolute;
bottom:0;
height:30px;
width:100%;
text-align: center;
left:0;
right:0;
z-index:0;

}
