@charset "utf-8";			
			
	*{
		font-family: MS Gothic;
	}

	html, body { 
		-webkit-text-size-adjust: none; text-size-adjust: none; 
	}

	a{
		text-decoration: none;
	}
			
	html{
		height: 100%; width: 100%;
		margin: 0; padding: 0;
		overflow: hidden;
		color: #000;
	}
	
	body{
		margin: 0px;
		padding: 0px;
		height: 100%;	
		width: 100%;
		position: relative;
		background-color: #222;
		background-image: url('../resources/bgs/1.jpg');
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-size: cover;
		background-position: left bottom;
	}

	header{
		position: relative;
		float: top;
		background-color:#000;
		z-index: 3;
	}

	span{
		position: relative;
		float: right, top;
		top: 0px;
		border: 3px solid #000;
	}
	
	p{

	}
	
	article{
		float: bottom;
		position: relative;
		padding: 0px;	
	}
	
	nav{
		height: 100%;
		width: 80px;
		position: absolute;
		top: 50px;
		bottom: 0px;
		float: left;
		margin: 0px;
		padding: 0px;
		font-size: 16px;
		z-index: 1;
	}
	
	div{

		
	}
	
	button{
		position: relative;
		float: top;
		border: 3px solid #000;
		color:#000;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		padding: 3px;
		margin: 0px;
	}
	
	.p1{
		border: 3xp solid #000;
		color:#000;
		text-align: center;
		position: relative;
		width: 100%;
		margin: 0px;
		margin-bottom: 0px;
	}
	
	.p2{
		padding: 0px;
		margin: 0px;
		font-size: 16px;
	}
	
	.content{
		text-align: left;
		font-size: 14px;
		margin: auto;
		padding: 4px;
		border: none;
		position: relative;
		width: 50%;
		height: 80%;
		top: 3%;
		background-color: #000000bb;
		overflow-y: scroll;
		
	}
	
	.navBar{
		padding: 12px;
	}
	
	.log{
		position: absolute;
		bottom: 0px;
		background-color: #00000099;
		overflow-x: hidden;
		width: 100%;
		height: auto;
		font-size: 16px;
		color: #ddd;
		border: #000 solid 1px;
		text-align: left;
		z-index: 2;	
		padding: 0px;
		margin: 0px;
	}	
	
	.colorMe{
		color: #ddd;
	}
			
	.bgColorMe{
		background-color: #ddd;
	}
