/* start copyright */
#footer
	{

		background:#080808;
	    background:-moz-linear-gradient(top, #080808, #333333); /* Firefox */
        background:-webkit-linear-gradient(top, #080808, #333333); /* Safari, Chrome */
        background:-o-linear-gradient(top, #080808, #333333); /* Opera */
        background:-ms-linear-gradient(top, #080808, #333333); /* IE */
        background:linear-gradient(top, #080808, #333333); /* W3C Standard */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#080808', endColorstr='#333333');
 		color: #ffffff;
		font-family: Arial, Helvetica, sans-serif;		
		overflow-x: hidden;
		height: 100%;
		border-top: 1px solid #BB9955;
		border-bottom: 1px solid #BB9955;
		margin-bottom:60px;
	}
#footer a:hover {text-decoration: underline; color: #BB9955;}
#copyright
	{
	line-height: 42px;
	min-height:42px;
	padding-top: 15px;
	}
	
/* end copyright */