html { 
  background: url(../images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'PT Sans', sans-serif;
  color:#ffffff;
}
#wrapper{
	width:990px;
	margin:0 auto;
}
#rightColumn{
	float:right;
	width:569px;
	height:786px;
	background: url(../images/map.png);
}

#leftColumn{
	float:left;
	width:420px;
	padding-top:270px;
}

#leftColumnWin{
	float:left;
	width:420px;
	padding-top:120px;
}

#logo{
	font-size:48px;
	color:#ffffff;
}

.blueLogo{
	color:#189cd9;
}

#blurb{
	color:#ffffff;
	font-size:18px;
	width:390px;
}

#postcodeSearch{
	width:300px;
}

#postcode{
	height: 42px;
	border:1px solid #898787;
	position: relative;
	top: -14px;
	font-size:20px;
	width:140px;
}

.field{
	height: 42px;
	border:1px solid #898787;
	position: relative;
	top: -14px;
	font-size:20px;
	width:300px;
	padding:10px;
	margin-bottom:10px;
}

.mapLink{
	color:#ffffff;
	font-size:30px;
	position:relative;
}

#north{
	top:325px;
	left:300px;
}

#west{
	top: 515px;
	left: 284px;
}

#east{
	top: 476px;
	left: 410px;
}

a:link{ 
	color:#ffffff;
	text-decoration:none;
}
a:hover{
	color:#ffffff;
	text-decoration:underline;
}
a:visited{
	color:#ffffff;
	text-decoration:none;
}







