body {
	background: -webkit-linear-gradient(left top, rgba(25, 25, 25, 1), rgba(2, 2, 2, 0));
	background: -o-linear-gradient(bottom right, rgba(25, 25, 25, 1), rgba(2, 2, 2, 0));
	background: -moz-linear-gradient(bottom right, rgba(25, 25, 25, 1), rgba(2, 2, 2, 0));
	background: linear-gradient(to bottom right, rgba(25, 25, 25, 1), rgba(2, 2, 2, 0));
	background-color: rgba(2, 2, 2, 1);
	background-attachment: fixed;
	color: white;
	font-family: Calibri;
	text-shadow: 2px 2px #393939;
}

a:link, a:visited{
	color: rgba(198, 129, 0, 1);
	text-decoration: none;
}

a:link:active, a:visited:active{
	color: transparent;
}

h1{
	margin: 0;
	font-size: 1000%;
	letter-spacing: -12px;
	color: #FFA500;
	font-family: arial;
}

h2{
	margin: 0;
	color: #FFA500;
	letter-spacing: 5px;
}

h3{
	margin: 0;
	font-size: 150%;
	color: #FFA500;
}

h4{
	margin: 0;
	color: #FFA500;
}

var{
	font-style: normal;
	color: #FFA500;
}

#header{
	position: absolute;
	width: 1024px;
	height: 200px;
	top: 0;
	left: 50%;
	margin: 0 0 0 -512px;
	border-radius: 15px;
	background: rgba(50, 50, 50, 0.5);
}

#arcleftheader{
	position: absolute;
	width: 408px;
	height: 200px;
	left: 0;
	border-radius: 15px;
}

#arcsmallheader{
	position: absolute;
	width: 408px;
	bottom: 17px;
	text-align: center;
}

#arcrightheader{
	position: absolute;
	width: 616px;
	height: 200px;
	right: 0;
}

#menubar{
	position: absolute;
	top: 200px;
	left: 50%;
	margin: 0 0 0 -512px;
	width: 1024px;
	height: 35px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-radius: 15px;
	background: rgba(255, 165, 0, 0.45);
}

#menubar ul{
	padding: 2px;
	margin: 0;
}

#menubar li{
	display: inline;
	padding-left: 40px;
	padding-right: 40px;
}

#main{
	position: absolute;
	top: 235px;
	left: 50%;
	margin-left: -425px;
}

#content{
	width: 850px;
	margin-top: 15px;
	padding: 10px;
	border-radius: 15px;
	background: rgba(50, 50, 50, 0.5);
}

#author{
	position: relative;
	bottom: -20px;
	text-align: right;
	font-size: 75%;
}

table{
	width: 100%;
	text-align: left;
}

th{
	width: 40%;
}

tr:nth-child(even){
	background: rgba(100, 100, 100, 0.1)
}

tr:nth-child(odd){
	background: rgba(100, 100, 100, 0.2)
}

iframe{
	width: 100%;
	height: 850px;
	border: 0;
}