body, html {
	font-family: Helvetica, arial, sans-serif !important;
	font-size: 0.9em !important;
	height: 100%;
	line-height: 1.6em !important;
}

#wrapper {
	max-width: 980px;
	width: auto;
	margin: 0 auto;
	height: auto;
}

#logo {
	width: 300px;
	height: 41px;
	margin: 0 auto;
	margin-top: 5%;
	background: url('images/SeeItYourself-Logo-300.jpg') no-repeat;

}

#message {
	width: 100%;
	padding: 27% 0px;
	text-align: center;
	margin: 0 auto;
}

	#message .line {
		width: 100%;
		height: 1px;
		background: -webkit-linear-gradient(-90deg, white, #ccc, white); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(-90deg, white, #ccc, white); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(-90deg, white, #ccc, white); /* For Firefox 3.6 to 15 */
		background: linear-gradient(-90deg, white, #ccc, white); /* Standard syntax (must be last) */
	}

#contact {
	width: 75%;
	margin: 0 auto;
}
	
	#contact .line {
		width: 100%;
		height: 1px;
		background: -webkit-linear-gradient(-90deg, white, #ccc, white); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(-90deg, white, #ccc, white); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(-90deg, white, #ccc, white); /* For Firefox 3.6 to 15 */
		background: linear-gradient(-90deg, white, #ccc, white); /* Standard syntax (must be last) */
	}

#contact .box {
	width: 22%;
	float: left;
	padding: 10px;
}

	.box1 {
		width: 46%;
		float: left;
		padding: 10px;
	}

h1 {
	text-transform: uppercase;
	font-weight: 100 !important; 
	font-size: 1.5em !important;
	padding-left: 10px !important;
	text-align: center;
	margin-bottom: 2% !important;
}

a {
	color: #579bdd;
	text-decoration: none;
}
	
	a:hover {
		border-bottom: 1px solid #579bdd;
	};