@charset "UTF-8";
/* CSS Document */




body {
  background: url(/assets/barberpole-1200x932.png) no-repeat 50% 50% fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#container{
	width: 80%;
	display: block;
	margin-top: 25px;
	margin-right: 25px;
	color: #373636;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-style: normal;
	float: right;
}
h1 {
	font-size: 1.75em;
	color: #800000;
}

/* unvisited link */
a:link {
	color: #221F1F;
	text-decoration: none;
}

/* visited link */
a:visited {
	color: #004B80;
	text-decoration: none;
}

/* mouse over link */
a:hover {
	color: #585657;
	text-decoration: none;
}

/* selected link */
a:active {
	color: #00A6FF;
	text-decoration: none;
}
