body { 
	background: url(../images/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

table {
	border: none;
}

td {
	padding-left: 15px;
}

th {
	width: 120px;
	color: #76a200;
}

.header {
	position:absolute;
	top:0;
	/*background:#6cf;*/
	text-align: center;
	margin: auto;
	vertical-align: middle;
}

/*
.content {
	position:absolute;
	top:200px;
}
*/	
.footer {
	position:absolute;
	bottom:30px;
	/*height:60px;   /* Height of the footer */
	background:#fff;
	border-radius: 10px;
	opacity: 0.8;
	margin-top:200px;
}

.copyright {
	position: absolute; 
	right: 0; 
	bottom: 0;"
}

.copyright p{
	font-size: 0.65em;
	color: #666;
	margin-right: 1.5em;
}