	.fullscreen {
	width:100%
	text-align:center
	}

/* Page Width */
	.stage {
	width:auto;
	max-width:980px;
	margin-left:auto;
	margin-right:auto;
	}
	.top {
		width: 100%;
		height: 40px;
		border:solid 1px white
	}
	.left {
		width: 30%;
		height: 100%;
		float:left;
	}
	.main {
		float: left;
		height: 100%;
		width: 70%;
		border:  solid 1px black;
	}
 
/* Link Colors */
	/* unvisited link */
		a:link {
			color: #4e9144;
		}
	/* visited link */
		a:visited {
			color: #4e9144;
		}
	/* mouse over link */
		a:hover {
			color: #4e9144;
		}
	/* selected link */
		a:active {
			color: #4e9144;
		}

/* Font Stuff */
	@font-face {
		font-family: "TW Cen MT";
		src: url(twcenmt.ttf) format("truetype");
	}
	@font-face {
		font-family: "c1";
		src: url(c1.ttf) format("truetype");
	}
	
/* Font Colors */	
	p.twcenmt { 
		font-family: "TW Cen MT";
		color: #4e9144;
	}
	p.twcenmtred { 
		font-family: "TW Cen MT";
		color: #D00000;
	}
	p.twcenmtlightgray { 
		font-family: "TW Cen MT";
		color: #A4A4A4;
	}
	p.twcenmtredhighlight { 
		font-family: "TW Cen MT";
		color: #FFFFFF;
		background-color: #D00000;
		padding:4px;
	}
	p.twcenmtbluehighlight { 
		font-family: "TW Cen MT";
		color: #FFFFFF;
		background-color: #0600C0;
		padding:4px;
	}
	p.bold { 
		font-weight: bold;
	}
	.c1 { 
		font-family: "c1";
		color: #FFDA20;
		display: inline;
	}
	p {
		display: block;
		margin-top: 0em;
		margin-bottom: 0em;
		margin-left: 0;
		margin-right: 0;
	}

/* Background Image */
	body {
		background-image: url("assets/images/mainbg.png");
		background-color: #000000;
	}

/* hr Tag Formatting */
	hr{ 
    height: 1px;
	background-color: #383838;
	border: none;
	}
	
/* 50% Left-Right Columns */
	.column {
	float: left;
	width: 50%;
	}
	.row:after {
	content: "";
	display: table;
	clear: both;
	}

.Picture { border: 5px solid green; }

.Picture{
max-width: 50%;
max-height: 50%
}




/* more shit will be here some day :(
---------------------------*/





