/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: url(images/bg.jpg) no-repeat;
	position: relative;
	height: 100%;
	background-size: 100%;
	font: 69%/1.4em Verdana, Tahoma, Arial, Geneva, sans-serif;
	color: #666666; 
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
 
.title {
 	top: 22px; left: 20px;	
  	background: url(images/title.gif) no-repeat;
}

/* links */
a, a:visited {	
	color: #248712;
	background: inherit;
	text-decoration: none;	
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;	
}
table {
	border-collapse: collapse;
	margin-top: 30px;	
	margin-left: auto;
	margin-right: auto;
}
tr {
	height: 32px;
}
td {
	padding-left: 11px;
	padding-right: 11px;

}
img {
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}