header{
	width: 100%;
	background-image: url(../images/bubbles.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	
	margin-bottom: 10px;
}

#gradient{
	background: -webkit-linear-gradient(transparent, #d2d2d2); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(transparent, #d2d2d2); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(transparent, #d2d2d2); /* For Firefox 3.6 to 15 */
	background: linear-gradient(transparent, #d2d2d2); /* Standard syntax */
}

#head{
	width: 100%;
	max-width: 1024px;
	height: auto;
	
	overflow: hidden;
	
	margin: 0 auto;
}

#logo{
	width: 470px;
	height: auto;
	
	float: left;
	
	margin: 65px 0 0 0; 
	padding: 45px 0;
	
	border: none;
}

#logo img{
	width: 95%;
	
	border: none;
}

#bottle{
	width: 550px;
	height: auto;
	
	float: right;
}

header a{
	border: none;
}