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

}
/* Page Width */
.stage {
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 COLORING: */
	/* unvisited link */
	a:link {
		color: #784a0e;
	}
	/* visited link */
	a:visited {
		color: #452a07;
	}
	/* mouse over link */
	a:hover {
		color: #b8b8b8;
	}
	/* selected link */
	a:active {
		color: #452a07;
	}
@font-face {
    font-family: "TW Cen MT";
    src: url(twcenmt.ttf) format("truetype");
}
p.twcenmt { 
    font-family: "TW Cen MT";
	color: #4975DE;
}
p.twcenmtred { 
    font-family: "TW Cen MT";
	color: #656869;
}
p.twcenmtlightgray { 
    font-family: "TW Cen MT";
	color: #A4A4A4;
}
p.bold { 
    font-weight: bold;
}
p {
    display: block;
    margin-top: 0em;
    margin-bottom: 0em;
    margin-left: 0;
    margin-right: 0;
}
body {
    background-color: #000000;
/* if i will need a bg    
background-image: url('media/bg.jpg');
    background-size:cover;
	background-attachment: fixed;
	background-repeat: no-repeat;*/
  /*  cursor: url('media/cursor.png'), default;*/
}

/* hr Tag Color */
	hr{ 
    height: 1px;
	background-color: #383838;
	border: none;
	}
input[type=button], input[type=submit], input[type=reset] {
	background: rgb(2,0,36);
background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(18,18,218,1) 100%);
	color: #42d4f5;
  cursor: pointer;
}
input[type=check]{
	background: rgb(2,0,36);
background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(18,18,218,1) 100%);
	color: #42d4f5;
  cursor: pointer;
}
.png {
/*  cursor: url("https://www.freeiconspng.com/uploads/078495-blue-jelly-icon-business-cursor-16.png"), auto;*/

}