

body {
	background-image: url("bg.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom center; 
	background-color: #000000;
	font-family: Consolas, monaco, monospace;
	font-size: 11px;
	color: #ffffff
}


a:link {
	text-decoration: none;
	color: #ffffff;
}

a:visited {
	color: #ffffff;
}


table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #EB6705;
  font-size: 10px;
  text-align: left;
  padding: 5px;
}

th {
  background-color: #EB6705;
}

.main-container {
	margin-top: 50px;
	margin-left: 150px;
}

.main-container-intro {
	margin-top: 50px;
	margin-left: 150px;
	width: 400px
}