img.border {
    border:3px solid #000000;
}
body {
    background: #332b1e; /* Old browsers */
    background: -moz-linear-gradient(top, #332b1e 0%, #100202 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#332b1e), color-stop(100%,#100202)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #332b1e 0%,#100202 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #332b1e 0%,#100202 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #332b1e 0%,#100202 100%); /* IE10+ */
    background: linear-gradient(to bottom, #332b1e 0%,#100202 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#332b1e', endColorstr='#100202',GradientType=0 ); /* IE6-9 */
}
div.wrapper {
    text-align:center;
    margin: 0 auto; 
}
table.wrapper {
    text-align:center;
    margin: 0 auto; 
}
td.space {
    padding-left:10px;
}
#footer {
	
	border-top: 1px solid #dacbb8;
	margin-top: 40px;
	
}

#mainSite {
	
	display: block;
	float: right;
	margin-top: 15px;
	text-decoration: none;
	color: #dacbb8;
	font-size: 13px;
	-webkit-transition: all .3s ease;
		
}
#copyright {
	
	display: block;
	float: left;
	margin-top: 15px;
	text-decoration: none;
	color: #dacbb8;
	font-size: 13px;
	-webkit-transition: all .3s ease;
		
}



