.infocard
{
	border: 64px solid transparent;
	padding: 0px;
	border-image: url(img/border.png) 33.3333 fill;
	display: inline-block;
	width: 496px;
	margin-top: 15px;
}

.infocard *
{
	margin-left: -32px;
	margin-top: -32px;
	margin-right: -32px;
	margin-bottom: -32px;
}

.infocard * *
{
	margin: 0;
}

.center
{
	margin-left: auto;
	margin-right: auto;
}
	

.centertext
{
	text-align: center;
	width: 100%;
}

.righttext
{
	text-align: right;
	width: 100%;
}

html
{
	height: 100%;
}

body
{
	height: 100%;
	width: 100%;
	background-color: #000;
	color: white;
	font-family: 'Orbitron', sans-serif;
}

.wrap
{
	height:2100px;
	width:1600px;
	background: rgba(16, 16, 16, 0.975);
	margin-left:auto;
	margin-right:auto;
	border-left: 4px ridge silver;
	border-right: 4px ridge silver;
	background: rgba(0,0,0,0.95); /* Old browsers */
	background: #303030; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(48,48,48,1) 0%,rgba(0,0,0,0.975) 33%, rgba(0,0,0,0.9) 45%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(48,48,48,1) 0%,rgba(0,0,0,0.975) 33%, rgba(0,0,0,0.9) 45%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(48,48,48,1) 0%,rgba(0,0,0,0.975) 33%, rgba(0,0,0,0.9) 45%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.starpg
{
	width: 100%;
	height:2100px;
	background-color: #000;
	/*background-image: url(img/starpg.png);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
}

a
{
	color: rgb(76, 0, 255);
	text-decoration: none;
	font-weight: bold;
}

.headerlink
{
	display:inline-block;
	width:49%;
	font-family: 'Press Start 2P', sans-serif;
}

.textinput
{
	background: rgba(255,255,255,1);
	color: rgb(76,0,255);
	font-family: inherit;
	font-weight: bold;
	border-color: rgb(76,0,254);
	border-radius: 10px;
	border-style: solid;
}

.input
{
	background: rgba(255,255,255,0.75);
	color: rgb(76,0,255);
	font-family: inherit;
	font-weight: bold;
	border-color: rgb(76,0,254);
	border-radius: 10px;
	border-style: solid;
}



