body {
	background-color: #000000;
	text-align: center;
	border: 0px;
	padding: 0px;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 620px;
	border: 1px solid #bd5d00;
}

#h-home{ 
color: #bd5d00;

/*Size of the image*/ 
padding-top: 104px; 
width: 620px; 

/*The image*/ 
background-image: url(banner.gif); 
background-repeat: no-repeat; 

/*Hide the text*/ 
overflow: hidden; 
/* WIN IE5 hack */ 
height: 104px; 
voice-family: "\"}\""; 
voice-family:inherit; 
height: 0; }

p, h3 {
	color: #baa77d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left: 13px;
	padding-right: 13px;
}

p{	
font-size:small;
}
h3 {
font-weight: normal;
}
a:link, a:visited {
	color: #bd5d00;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ff9900;
	text-decoration: underline;
}

.float-right {
	margin-left: 1.5em;
	float:right;
	margin-right: 13px;
	padding-bottom: 2em;
}

.float-left {
	padding-right: 1.5em;
	float:left;
}

#swap a {
   display:block;
	height: 130px;
	width: 200px;   
	background: url(download.jpg) 0 0 no-repeat;
	text-indent:-1000px;
   }
   
#swap a:hover {
   background-position: 0 -130px;
   text-decoration:none;
   }