html {
}

body {
	background-color: #efefef;
	margin: 0px;
	color: #fff;
	font-size: 13px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	padding:0px;
	text-shadow: 0px 1px 1px #000;
 background-image: url(tile.png);	}
	
.content a {
	color: #304955;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	}
	
.black {
    background-color: #000;
    width: 300px;
    height: 90px;
    }
	

	
.content a:hover {
	color: #000;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	}

.hyde_logo {
	height: 300px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	}
	
.claim {
	height: 80px;
	width: 100%;
	padding-top: 10px;
	text-align: center;
	}
	
.hyde_logo img {
	margin-top: 350px;
	}
	
.claim img{
	margin-left: 130px;
	position: relative;
	top: -40px;
	}
	
.content {
	line-height: 20px;
	width: 250px;
	position: relative;
	text-align: center;
	font-weight: bold;
	left: -3px;
	margin: 0px auto 0px auto;
	}
	
small {
    opacity: 0.5;
    }
    
.padding {
	background-repeat: no-repeat;
  padding: 13px;
  padding-left: 45px;
	background-image: url(download.png);
}
	
.footer {
	line-height: 20px;
	width: 250px;
	color: #444;
	position: relative;
	left: -3px;
	font-size: 12px;
	margin: 100px auto 0px auto;
	}
	
.footer a {
	color: #444;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	}
	
.footer a:hover {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	}
a