body
{
    margin: 0 0 0 0;
	color: #464646;
}
#Header
{
    width:100%;
    height:5px;
    background-color: #45c5df;

}
#Logo
{
    max-width: 450px;
}
#Product
{
    max-height: 420px;
    max-width: 300px;
}
#Fit
{
    max-height: 300px;
    max-width: 420px;	
	display: block;
    margin-right:auto;
    margin-left:auto;
}
#Container
{
    width:85%;
    margin-right:auto;
    margin-left:auto;
  	font-family: Arial;    
}
#Footer
{
    width:100%;
    height:5px;
    background-color: #45c5df;    
}
.btn {
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #464646;
  font-size: 20px;
  background: #fcbb17;
  padding: 10px 40px 10px 40px;
  text-decoration: none;
}

.btn:hover {
  background: #faaf00;
  text-decoration: none;
}
#buttonContainer
{
    margin-right:auto;
    margin-left:auto;
    text-align:center;
}
#h5link{
    font-weight: 100;    
}
h5 a{
    text-decoration: none;
    color:black;
}

input[type=submit] {
 -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #464646;
  font-size: 20px;
  background: #fcbb17;
  padding: 10px 40px 10px 40px;
  text-decoration: none;
}
input[type=submit]:hover {
  background: #faaf00;
  text-decoration: none;
}