/* CSS Document */

body {
  margin: 0;
  background-color: #050505;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  }

img {
  border: 0;
	}
a {
  color: #fff;
  text-decoration: none;
	}
a:hover {
  text-decoration: underline;
	}
ul {
  padding-left: 15px;
	}

.container {
  position: relative;
	margin: 0 auto;
	width: 1024px
	}

.left {
  position: absolute;
  width: 168px;
	left: 13px;
	top: 33px;
  font-size: 11px;
	}
.right {
  position: absolute;
  width: 168px;
	right: 13px;
	top: 33px;
  font-size: 11px;
	text-align: center;
	}
.centre {
  position: absolute;
  width: 619px;
	left: 195px;
	top: 33px;
	padding: 0 15px;
	}

.pink {
  background-color: #ef247a;
	width: 138px;
	padding: 15px;
	margin-bottom: 10px;
	}
.centrepink {
  width: 604px;
	font-size: 18px;
	position: relative;
	left: -15px;
	}

.blue {
  background-color: #063771;
	width: 138px;
	padding: 15px;
	margin-bottom: 10px;
	}

.blueform {
  position: relative;
	left: -15px;
	margin-bottom: 10px;
	width: 634px;
	height: 189px;
	background-image: url(./images/quotebg.gif);
	font-size: 14px;
	}
.blueformleft {
  position: absolute;
	top: 47px;
	left: 15px;
	}
.blueformright {
  position: absolute;
	top: 15px;
	left: 360px;
	}
.blueform input {
  margin-bottom: 6px;
	}
.submitimg {
  position: absolute;
	top: 131px;
	left: 495px;
	}
