body {
	background: black url("images/bg.jpg") no-repeat fixed center;
	background-size: 100% 100%;
	color: white;
	font: normal 100% arial;
}
header {
	background: #000 url("images/header.jpg") no-repeat fixed center;
	font: normal 120% arial;
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 1;
}
header h1 {
	font: normal 120% arial;
}
article {
	margin: 55px 0px 20px 0px;
	z-index: 2;
}
figure { 
	display: inline-block;
	margin: 30px 10px 30px 10px;
	text-align: center;
	padding: 0;
}
figure img2 { 
	float: left;
	width: 33%;
}
section table thead {
	background-color: #FFF;
	color: #000;
}
section table thead th {
	cursor: pointer;
}
table thead {
	background-color: #FFF;
	color: #000;
}
table tbody th {
	background-color: #FFF;
	color: #000;
}
table tfoot th {
	background-color: #FFF;
	color: #000;
}
section table tbody tr:nth-child(even) {
  background-color: #999;
}
section table tbody tr:hover {
	background-color: #FF0;
	color: #000;
	cursor: pointer;
}
section table tbody tr:active {
	background-color: #F00;
	color: #FFF;
	cursor: pointer;
}
section table tfoot {
	background-color: #FFF;
	color: #000;
}
a {
	color: #C96;
	text-decoration: none;
}
button {
	cursor: pointer;
}
form {
	margin: 0px;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
}
header h1 {
	color: #CCC;
}
header h4 {
	font-style: italic;
	color: #C96;
}
footer {
	background: #000 url("images/header.jpg") no-repeat fixed center;
	font: normal 90% arial;
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 1;
}
footer h5 {
	color: #CCC;
}
#cancel {background-color:#00C; color:#FFF; height:30px;}
#delete {background-color:#C00; color:#FFF; height:30px;}
#insert {background-color:#090; color:#FFF; height:30px;}
#update {background-color:#C60; color:#FFF; height:30px;}
#order  {background-color:#900; color:#FFF; height:30px;}
#go     {background-color:#C60; color:#FFF; height:30px;}
